Html Css Color HEX #2B64DE Royal Blue

📋 copy color: '#2B64DE'

red 43 ◦ green 100 ◦ blue 222

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

Shades of Royal Blue #2B64DE

Tints of Royal Blue #2B64DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 60.82%

R = 11.78%
G = 27.4%
B = 60.82%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2B64DE (or 0x2B64DE) is known color: Royal Blue. HEX triplet: 2B, 64 and DE. RGB value is (43,100,222). Sum of RGB (Red+Green+Blue) = 43+100+222=365 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.78% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 222 (87.11% from 255 or 60.82% from 365); Max value from RGB is 222 - color contains mainly: blue. Hex color #2B64DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B64DE is #D49B21. Grayscale: #606060. Windows color (decimal): -13933346 or 14574635. OLE color: 14574635.

HSL color Cylindrical-coordinate representation of color #2B64DE: hue angle of 220.89º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B64DE is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 43 100 222 -
CMYK 0.81 0.55 0 0.13
HSL 220.89º 0.73% 0.52% -
HSV(B) 220.89º 0.81% 0.87% -
XYZ 18.74 14.9 71 -
YUV 96.87 198.62 89.58 -
System Red Green Blue C M Y K H S L
Decimal 43 100 222 0.81 0.55 0 0.13 220.89 0.73 0.52
Hex 2B 64 DE 51 37 0 D DD 49 34
Octal 53 144 336 121 67 0 15 335 111 64
Binary 101011 1100100 11011110 1010001 110111 0 1101 11011101 1001001 110100

Color Harmonies of #2B64DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B64DE

Black with #2B64DE

Text Example


Text Example

White with #2B64DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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