Html Css Color HEX #1F4BCC Cerulean Blue

📋 copy color: '#1F4BCC'

red 31 ◦ green 75 ◦ blue 204

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

Shades of Cerulean Blue #1F4BCC

Tints of Cerulean Blue #1F4BCC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.19%

 BLUE value IS 204 (80.08% from 255) = 65.81%

R = 10%
G = 24.19%
B = 65.81%

CMYK

 C value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1F4BCC (or 0x1F4BCC) is known color: Cerulean Blue. HEX triplet: 1F, 4B and CC. RGB value is (31,75,204). Sum of RGB (Red+Green+Blue) = 31+75+204=310 (41% of max value = 765). Red value is 31 (12.5% from 255 or 10% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F4BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F4BCC is #E0B433. Grayscale: #4B4B4B. Windows color (decimal): -14726196 or 13388575. OLE color: 13388575.

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

Color convert

RGB 31 75 204 -
CMYK 0.85 0.63 0 0.2
HSL 224.74º 0.74% 0.46% -
HSV(B) 224.74º 0.85% 0.8% -
XYZ 13.98 9.68 58.26 -
YUV 76.55 199.92 95.51 -
System Red Green Blue C M Y K H S L
Decimal 31 75 204 0.85 0.63 0 0.2 224.74 0.74 0.46
Hex 1F 4B CC 55 3F 0 14 E1 4A 2E
Octal 37 113 314 125 77 0 24 341 112 56
Binary 11111 1001011 11001100 1010101 111111 0 10100 11100001 1001010 101110

Color Harmonies of #1F4BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4BCC

Black with #1F4BCC

Text Example


Text Example

White with #1F4BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,75,204); }

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

background-color css

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

 a { background-color: rgb(31,75,204); }

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

border-color css

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

 span { border-color: rgb(31,75,204); }

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