Html Css Color HEX #2D72CF Royal Blue

📋 copy color: '#2D72CF'

red 45 ◦ green 114 ◦ blue 207

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

Shades of Royal Blue #2D72CF

Tints of Royal Blue #2D72CF

RGB

 RED value IS 45 (17.97% from 255) = 12.3%

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

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

R = 12.3%
G = 31.15%
B = 56.56%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2D72CF (or 0x2D72CF) is known color: Royal Blue. HEX triplet: 2D, 72 and CF. RGB value is (45,114,207). Sum of RGB (Red+Green+Blue) = 45+114+207=366 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.30% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #2D72CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D72CF is #D28D30. Grayscale: #676767. Windows color (decimal): -13798705 or 13595181. OLE color: 13595181.

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

Color convert

RGB 45 114 207 -
CMYK 0.78 0.45 0 0.19
HSL 214.44º 0.64% 0.49% -
HSV(B) 214.44º 0.78% 0.81% -
XYZ 18.36 17.1 61.36 -
YUV 103.97 186.14 85.94 -
System Red Green Blue C M Y K H S L
Decimal 45 114 207 0.78 0.45 0 0.19 214.44 0.64 0.49
Hex 2D 72 CF 4E 2D 0 13 D6 40 31
Octal 55 162 317 116 55 0 23 326 100 61
Binary 101101 1110010 11001111 1001110 101101 0 10011 11010110 1000000 110001

Color Harmonies of #2D72CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D72CF

Black with #2D72CF

Text Example


Text Example

White with #2D72CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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