Html Css Color HEX #1F4DCA Cerulean Blue

📋 copy color: '#1F4DCA'

red 31 ◦ green 77 ◦ blue 202

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

Shades of Cerulean Blue #1F4DCA

Tints of Cerulean Blue #1F4DCA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.84%

 BLUE value IS 202 (79.3% from 255) = 65.16%

R = 10%
G = 24.84%
B = 65.16%

CMYK

 C value IS 0.85

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1F4DCA (or 0x1F4DCA) is known color: Cerulean Blue. HEX triplet: 1F, 4D and CA. RGB value is (31,77,202). Sum of RGB (Red+Green+Blue) = 31+77+202=310 (41% of max value = 765). Red value is 31 (12.5% from 255 or 10% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 202 (79.30% from 255 or 65.16% from 310); Max value from RGB is 202 - color contains mainly: blue. Hex color #1F4DCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F4DCA is #E0B235. Grayscale: #4C4C4C. Windows color (decimal): -14725686 or 13258015. OLE color: 13258015.

HSL color Cylindrical-coordinate representation of color #1F4DCA: hue angle of 223.86º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F4DCA is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 31 77 202 -
CMYK 0.85 0.62 0 0.21
HSL 223.86º 0.73% 0.46% -
HSV(B) 223.86º 0.85% 0.79% -
XYZ 13.88 9.86 57.05 -
YUV 77.5 198.26 94.84 -
System Red Green Blue C M Y K H S L
Decimal 31 77 202 0.85 0.62 0 0.21 223.86 0.73 0.46
Hex 1F 4D CA 55 3E 0 15 E0 49 2E
Octal 37 115 312 125 76 0 25 340 111 56
Binary 11111 1001101 11001010 1010101 111110 0 10101 11100000 1001001 101110

Color Harmonies of #1F4DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4DCA

Black with #1F4DCA

Text Example


Text Example

White with #1F4DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,77,202); }

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

background-color css

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

 a { background-color: rgb(31,77,202); }

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

border-color css

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

 span { border-color: rgb(31,77,202); }

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