Html Css Color HEX #2B62D7 Royal Blue

📋 copy color: '#2B62D7'

red 43 ◦ green 98 ◦ blue 215

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

Shades of Royal Blue #2B62D7

Tints of Royal Blue #2B62D7

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.53%

 BLUE value IS 215 (84.38% from 255) = 60.39%

R = 12.08%
G = 27.53%
B = 60.39%

CMYK

 C value IS 0.8

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2B62D7 (or 0x2B62D7) is known color: Royal Blue. HEX triplet: 2B, 62 and D7. RGB value is (43,98,215). Sum of RGB (Red+Green+Blue) = 43+98+215=356 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.08% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 215 (84.38% from 255 or 60.39% from 356); Max value from RGB is 215 - color contains mainly: blue. Hex color #2B62D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B62D7 is #D49D28. Grayscale: #5E5E5E. Windows color (decimal): -13933865 or 14115371. OLE color: 14115371.

HSL color Cylindrical-coordinate representation of color #2B62D7: hue angle of 220.81º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B62D7 is Cyan = 0.8, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 43 98 215 -
CMYK 0.8 0.54 0 0.16
HSL 220.81º 0.68% 0.51% -
HSV(B) 220.81º 0.8% 0.84% -
XYZ 17.63 14.16 66.09 -
YUV 94.89 195.78 90.99 -
System Red Green Blue C M Y K H S L
Decimal 43 98 215 0.8 0.54 0 0.16 220.81 0.68 0.51
Hex 2B 62 D7 50 36 0 10 DD 44 33
Octal 53 142 327 120 66 0 20 335 104 63
Binary 101011 1100010 11010111 1010000 110110 0 10000 11011101 1000100 110011

Color Harmonies of #2B62D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B62D7

Black with #2B62D7

Text Example


Text Example

White with #2B62D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,98,215); }

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

background-color css

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

 a { background-color: rgb(43,98,215); }

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

border-color css

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

 span { border-color: rgb(43,98,215); }

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