Html Css Color HEX #1F4ADB Cerulean Blue

📋 copy color: '#1F4ADB'

red 31 ◦ green 74 ◦ blue 219

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

Shades of Cerulean Blue #1F4ADB

Tints of Cerulean Blue #1F4ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 67.59%

R = 9.57%
G = 22.84%
B = 67.59%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1F4ADB (or 0x1F4ADB) is known color: Cerulean Blue. HEX triplet: 1F, 4A and DB. RGB value is (31,74,219). Sum of RGB (Red+Green+Blue) = 31+74+219=324 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.57% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 219 (85.94% from 255 or 67.59% from 324); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F4ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F4ADB is #E0B524. Grayscale: #4D4D4D. Windows color (decimal): -14726437 or 14371359. OLE color: 14371359.

HSL color Cylindrical-coordinate representation of color #1F4ADB: hue angle of 226.28º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F4ADB is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 31 74 219 -
CMYK 0.86 0.66 0 0.14
HSL 226.28º 0.75% 0.49% -
HSV(B) 226.28º 0.86% 0.86% -
XYZ 15.8 10.3 68.17 -
YUV 77.67 207.75 94.71 -
System Red Green Blue C M Y K H S L
Decimal 31 74 219 0.86 0.66 0 0.14 226.28 0.75 0.49
Hex 1F 4A DB 56 42 0 E E2 4B 31
Octal 37 112 333 126 102 0 16 342 113 61
Binary 11111 1001010 11011011 1010110 1000010 0 1110 11100010 1001011 110001

Color Harmonies of #1F4ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4ADB

Black with #1F4ADB

Text Example


Text Example

White with #1F4ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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