Html Css Color HEX #1F72DF Royal Blue

📋 copy color: '#1F72DF'

red 31 ◦ green 114 ◦ blue 223

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

Shades of Royal Blue #1F72DF

Tints of Royal Blue #1F72DF

RGB

 RED value IS 31 (12.5% from 255) = 8.42%

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

 BLUE value IS 223 (87.5% from 255) = 60.6%

R = 8.42%
G = 30.98%
B = 60.6%

CMYK

 C value IS 0.86

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1F72DF (or 0x1F72DF) is known color: Royal Blue. HEX triplet: 1F, 72 and DF. RGB value is (31,114,223). Sum of RGB (Red+Green+Blue) = 31+114+223=368 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.42% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 223 (87.5% from 255 or 60.60% from 368); Max value from RGB is 223 - color contains mainly: blue. Hex color #1F72DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F72DF is #E08D20. Grayscale: #656565. Windows color (decimal): -14716193 or 14643743. OLE color: 14643743.

HSL color Cylindrical-coordinate representation of color #1F72DF: hue angle of 214.06º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F72DF is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 31 114 223 -
CMYK 0.86 0.49 0 0.13
HSL 214.06º 0.76% 0.5% -
HSV(B) 214.06º 0.86% 0.87% -
XYZ 19.9 17.65 72.17 -
YUV 101.61 196.5 77.64 -
System Red Green Blue C M Y K H S L
Decimal 31 114 223 0.86 0.49 0 0.13 214.06 0.76 0.5
Hex 1F 72 DF 56 31 0 D D6 4C 32
Octal 37 162 337 126 61 0 15 326 114 62
Binary 11111 1110010 11011111 1010110 110001 0 1101 11010110 1001100 110010

Color Harmonies of #1F72DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F72DF

Black with #1F72DF

Text Example


Text Example

White with #1F72DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F72DF; }

 p { color: rgb(31,114,223); }

 H1.HeaderClassName
 {
   color: #1F72DF;
 }
 .AnyTagClassName
 {
   color: #1F72DF;
 }
</style>

background-color css

<style>
 a { background-color: #1F72DF; }

 a { background-color: rgb(31,114,223); }

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

border-color css

<style>
 span { border-color: #1F72DF; }

 span { border-color: rgb(31,114,223); }

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