Html Css Color HEX #2B72CF Royal Blue

📋 copy color: '#2B72CF'

red 43 ◦ green 114 ◦ blue 207

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

Shades of Royal Blue #2B72CF

Tints of Royal Blue #2B72CF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.32%

 BLUE value IS 207 (81.25% from 255) = 56.87%

R = 11.81%
G = 31.32%
B = 56.87%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2B72CF (or 0x2B72CF) is known color: Royal Blue. HEX triplet: 2B, 72 and CF. RGB value is (43,114,207). Sum of RGB (Red+Green+Blue) = 43+114+207=364 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.81% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #2B72CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B72CF is #D48D30. Grayscale: #666666. Windows color (decimal): -13929777 or 13595179. OLE color: 13595179.

HSL color Cylindrical-coordinate representation of color #2B72CF: hue angle of 214.02º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B72CF is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 43 114 207 -
CMYK 0.79 0.45 0 0.19
HSL 214.02º 0.66% 0.49% -
HSV(B) 214.02º 0.79% 0.81% -
XYZ 18.28 17.05 61.36 -
YUV 103.37 186.48 84.94 -
System Red Green Blue C M Y K H S L
Decimal 43 114 207 0.79 0.45 0 0.19 214.02 0.66 0.49
Hex 2B 72 CF 4F 2D 0 13 D6 42 31
Octal 53 162 317 117 55 0 23 326 102 61
Binary 101011 1110010 11001111 1001111 101101 0 10011 11010110 1000010 110001

Color Harmonies of #2B72CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B72CF

Black with #2B72CF

Text Example


Text Example

White with #2B72CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,114,207); }

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

background-color css

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

 a { background-color: rgb(43,114,207); }

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

border-color css

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

 span { border-color: rgb(43,114,207); }

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