Html Css Color HEX #2B64F9 Royal Blue

📋 copy color: '#2B64F9'

red 43 ◦ green 100 ◦ blue 249

#2B64F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #2B64F9

Tints of Royal Blue #2B64F9

RGB

 RED value IS 43 (17.19% from 255) = 10.97%

 GREEN value IS 100 (39.45% from 255) = 25.51%

 BLUE value IS 249 (97.66% from 255) = 63.52%

R = 10.97%
G = 25.51%
B = 63.52%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2B64F9 (or 0x2B64F9) is known color: Royal Blue. HEX triplet: 2B, 64 and F9. RGB value is (43,100,249). Sum of RGB (Red+Green+Blue) = 43+100+249=392 (51% of max value = 765). Red value is 43 (17.19% from 255 or 10.97% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 249 (97.66% from 255 or 63.52% from 392); Max value from RGB is 249 - color contains mainly: blue. Hex color #2B64F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B64F9 is #D49B06. Grayscale: #636363. Windows color (decimal): -13933319 or 16344107. OLE color: 16344107.

HSL color Cylindrical-coordinate representation of color #2B64F9: hue angle of 223.4º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B64F9 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 43 100 249 -
CMYK 0.83 0.60 0 0.02
HSL 223.4º 0.94% 0.57% -
HSV(B) 223.4º 0.83% 0.98% -
XYZ 22.65 16.47 91.61 -
YUV 99.94 212.12 87.38 -
System Red Green Blue C M Y K H S L
Decimal 43 100 249 0.83 0.60 0 0.02 223.4 0.94 0.57
Hex 2B 64 F9 53 3C 0 2 DF 5E 39
Octal 53 144 371 123 74 0 2 337 136 71
Binary 101011 1100100 11111001 1010011 111100 0 10 11011111 1011110 111001

Color Harmonies of #2B64F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B64F9

Black with #2B64F9

Text Example


Text Example

White with #2B64F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B64F9; }

 p { color: rgb(43,100,249); }

 H1.HeaderClassName
 {
   color: #2B64F9;
 }
 .AnyTagClassName
 {
   color: #2B64F9;
 }
</style>

background-color css

<style>
 a { background-color: #2B64F9; }

 a { background-color: rgb(43,100,249); }

 div.DivClassName
 {
   background-color: #2B64F9;
 }
 .BgClassName
 {
   background-color: #2B64F9;
 }
</style>

border-color css

<style>
 span { border-color: #2B64F9; }

 span { border-color: rgb(43,100,249); }

 td.TdClassName
 {
   border-color: #2B64F9;
 }
 .TagClassName
 {
   border-color: #2B64F9;
 }
</style>