Html Css Color HEX #1F4FD8 Cerulean Blue

📋 copy color: '#1F4FD8'

red 31 ◦ green 79 ◦ blue 216

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

Shades of Cerulean Blue #1F4FD8

Tints of Cerulean Blue #1F4FD8

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.23%

 BLUE value IS 216 (84.77% from 255) = 66.26%

R = 9.51%
G = 24.23%
B = 66.26%

CMYK

 C value IS 0.86

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1F4FD8 (or 0x1F4FD8) is known color: Cerulean Blue. HEX triplet: 1F, 4F and D8. RGB value is (31,79,216). Sum of RGB (Red+Green+Blue) = 31+79+216=326 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.51% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 216 (84.77% from 255 or 66.26% from 326); Max value from RGB is 216 - color contains mainly: blue. Hex color #1F4FD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F4FD8 is #E0B027. Grayscale: #4F4F4F. Windows color (decimal): -14725160 or 14176031. OLE color: 14176031.

HSL color Cylindrical-coordinate representation of color #1F4FD8: hue angle of 224.43º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F4FD8 is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 31 79 216 -
CMYK 0.86 0.63 0 0.15
HSL 224.43º 0.75% 0.48% -
HSV(B) 224.43º 0.86% 0.85% -
XYZ 15.76 10.84 66.23 -
YUV 80.27 204.6 92.86 -
System Red Green Blue C M Y K H S L
Decimal 31 79 216 0.86 0.63 0 0.15 224.43 0.75 0.48
Hex 1F 4F D8 56 3F 0 F E0 4B 30
Octal 37 117 330 126 77 0 17 340 113 60
Binary 11111 1001111 11011000 1010110 111111 0 1111 11100000 1001011 110000

Color Harmonies of #1F4FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4FD8

Black with #1F4FD8

Text Example


Text Example

White with #1F4FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,79,216); }

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

background-color css

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

 a { background-color: rgb(31,79,216); }

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

border-color css

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

 span { border-color: rgb(31,79,216); }

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