Html Css Color HEX #1F4AD0 Cerulean Blue

📋 copy color: '#1F4AD0'

red 31 ◦ green 74 ◦ blue 208

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

Shades of Cerulean Blue #1F4AD0

Tints of Cerulean Blue #1F4AD0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.64%

 BLUE value IS 208 (81.64% from 255) = 66.45%

R = 9.9%
G = 23.64%
B = 66.45%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1F4AD0 (or 0x1F4AD0) is known color: Cerulean Blue. HEX triplet: 1F, 4A and D0. RGB value is (31,74,208). Sum of RGB (Red+Green+Blue) = 31+74+208=313 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.90% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 208 (81.64% from 255 or 66.45% from 313); Max value from RGB is 208 - color contains mainly: blue. Hex color #1F4AD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F4AD0 is #E0B52F. Grayscale: #4B4B4B. Windows color (decimal): -14726448 or 13650463. OLE color: 13650463.

HSL color Cylindrical-coordinate representation of color #1F4AD0: hue angle of 225.42º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F4AD0 is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 31 74 208 -
CMYK 0.85 0.64 0 0.18
HSL 225.42º 0.74% 0.47% -
HSV(B) 225.42º 0.85% 0.82% -
XYZ 14.4 9.74 60.8 -
YUV 76.42 202.25 95.6 -
System Red Green Blue C M Y K H S L
Decimal 31 74 208 0.85 0.64 0 0.18 225.42 0.74 0.47
Hex 1F 4A D0 55 40 0 12 E1 4A 2F
Octal 37 112 320 125 100 0 22 341 112 57
Binary 11111 1001010 11010000 1010101 1000000 0 10010 11100001 1001010 101111

Color Harmonies of #1F4AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4AD0

Black with #1F4AD0

Text Example


Text Example

White with #1F4AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,74,208); }

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

background-color css

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

 a { background-color: rgb(31,74,208); }

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

border-color css

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

 span { border-color: rgb(31,74,208); }

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