Html Css Color HEX #1F4DCD Cerulean Blue

📋 copy color: '#1F4DCD'

red 31 ◦ green 77 ◦ blue 205

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

Shades of Cerulean Blue #1F4DCD

Tints of Cerulean Blue #1F4DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 65.5%

R = 9.9%
G = 24.6%
B = 65.5%

CMYK

 C value IS 0.85

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1F4DCD (or 0x1F4DCD) is known color: Cerulean Blue. HEX triplet: 1F, 4D and CD. RGB value is (31,77,205). Sum of RGB (Red+Green+Blue) = 31+77+205=313 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.90% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 205 (80.47% from 255 or 65.50% from 313); Max value from RGB is 205 - color contains mainly: blue. Hex color #1F4DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F4DCD is #E0B232. Grayscale: #4D4D4D. Windows color (decimal): -14725683 or 13454623. OLE color: 13454623.

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

Color convert

RGB 31 77 205 -
CMYK 0.85 0.62 0 0.20
HSL 224.14º 0.74% 0.46% -
HSV(B) 224.14º 0.85% 0.8% -
XYZ 14.24 10.01 58.94 -
YUV 77.84 199.76 94.59 -
System Red Green Blue C M Y K H S L
Decimal 31 77 205 0.85 0.62 0 0.20 224.14 0.74 0.46
Hex 1F 4D CD 55 3E 0 14 E0 4A 2E
Octal 37 115 315 125 76 0 24 340 112 56
Binary 11111 1001101 11001101 1010101 111110 0 10100 11100000 1001010 101110

Color Harmonies of #1F4DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4DCD

Black with #1F4DCD

Text Example


Text Example

White with #1F4DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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