Html Css Color HEX #1F49CC Cerulean Blue

📋 copy color: '#1F49CC'

red 31 ◦ green 73 ◦ blue 204

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

Shades of Cerulean Blue #1F49CC

Tints of Cerulean Blue #1F49CC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.7%

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

R = 10.06%
G = 23.7%
B = 66.23%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1F49CC (or 0x1F49CC) is known color: Cerulean Blue. HEX triplet: 1F, 49 and CC. RGB value is (31,73,204). Sum of RGB (Red+Green+Blue) = 31+73+204=308 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.06% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 204 (80.08% from 255 or 66.23% from 308); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F49CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F49CC is #E0B633. Grayscale: #4A4A4A. Windows color (decimal): -14726708 or 13388063. OLE color: 13388063.

HSL color Cylindrical-coordinate representation of color #1F49CC: hue angle of 225.43º 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 #1F49CC is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 31 73 204 -
CMYK 0.85 0.64 0 0.2
HSL 225.43º 0.74% 0.46% -
HSV(B) 225.43º 0.85% 0.8% -
XYZ 13.85 9.42 58.21 -
YUV 75.38 200.59 96.35 -
System Red Green Blue C M Y K H S L
Decimal 31 73 204 0.85 0.64 0 0.2 225.43 0.74 0.46
Hex 1F 49 CC 55 40 0 14 E1 4A 2E
Octal 37 111 314 125 100 0 24 341 112 56
Binary 11111 1001001 11001100 1010101 1000000 0 10100 11100001 1001010 101110

Color Harmonies of #1F49CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F49CC

Black with #1F49CC

Text Example


Text Example

White with #1F49CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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