Html Css Color HEX #1F52DB Cerulean Blue

📋 copy color: '#1F52DB'

red 31 ◦ green 82 ◦ blue 219

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

Shades of Cerulean Blue #1F52DB

Tints of Cerulean Blue #1F52DB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.7%

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

R = 9.34%
G = 24.7%
B = 65.96%

CMYK

 C value IS 0.86

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1F52DB (or 0x1F52DB) is known color: Cerulean Blue. HEX triplet: 1F, 52 and DB. RGB value is (31,82,219). Sum of RGB (Red+Green+Blue) = 31+82+219=332 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.34% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F52DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F52DB is #E0AD24. Grayscale: #515151. Windows color (decimal): -14724389 or 14373407. OLE color: 14373407.

HSL color Cylindrical-coordinate representation of color #1F52DB: hue angle of 223.72º 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 #1F52DB is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 31 82 219 -
CMYK 0.86 0.63 0 0.14
HSL 223.72º 0.75% 0.49% -
HSV(B) 223.72º 0.86% 0.86% -
XYZ 16.37 11.44 68.36 -
YUV 82.37 205.1 91.36 -
System Red Green Blue C M Y K H S L
Decimal 31 82 219 0.86 0.63 0 0.14 223.72 0.75 0.49
Hex 1F 52 DB 56 3F 0 E E0 4B 31
Octal 37 122 333 126 77 0 16 340 113 61
Binary 11111 1010010 11011011 1010110 111111 0 1110 11100000 1001011 110001

Color Harmonies of #1F52DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F52DB

Black with #1F52DB

Text Example


Text Example

White with #1F52DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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