Html Css Color HEX #1F4CCE Cerulean Blue

📋 copy color: '#1F4CCE'

red 31 ◦ green 76 ◦ blue 206

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

Shades of Cerulean Blue #1F4CCE

Tints of Cerulean Blue #1F4CCE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.28%

 BLUE value IS 206 (80.86% from 255) = 65.81%

R = 9.9%
G = 24.28%
B = 65.81%

CMYK

 C value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1F4CCE (or 0x1F4CCE) is known color: Cerulean Blue. HEX triplet: 1F, 4C and CE. RGB value is (31,76,206). Sum of RGB (Red+Green+Blue) = 31+76+206=313 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.90% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 206 (80.86% from 255 or 65.81% from 313); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F4CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F4CCE is #E0B331. Grayscale: #4C4C4C. Windows color (decimal): -14725938 or 13519903. OLE color: 13519903.

HSL color Cylindrical-coordinate representation of color #1F4CCE: hue angle of 224.57º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F4CCE is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 31 76 206 -
CMYK 0.85 0.63 0 0.19
HSL 224.57º 0.74% 0.46% -
HSV(B) 224.57º 0.85% 0.81% -
XYZ 14.29 9.92 59.55 -
YUV 77.37 200.59 94.93 -
System Red Green Blue C M Y K H S L
Decimal 31 76 206 0.85 0.63 0 0.19 224.57 0.74 0.46
Hex 1F 4C CE 55 3F 0 13 E1 4A 2E
Octal 37 114 316 125 77 0 23 341 112 56
Binary 11111 1001100 11001110 1010101 111111 0 10011 11100001 1001010 101110

Color Harmonies of #1F4CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4CCE

Black with #1F4CCE

Text Example


Text Example

White with #1F4CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,76,206); }

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

background-color css

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

 a { background-color: rgb(31,76,206); }

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

border-color css

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

 span { border-color: rgb(31,76,206); }

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