Html Css Color HEX #1F52DD Cerulean Blue

📋 copy color: '#1F52DD'

red 31 ◦ green 82 ◦ blue 221

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

Shades of Cerulean Blue #1F52DD

Tints of Cerulean Blue #1F52DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 66.17%

R = 9.28%
G = 24.55%
B = 66.17%

CMYK

 C value IS 0.86

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1F52DD (or 0x1F52DD) is known color: Cerulean Blue. HEX triplet: 1F, 52 and DD. RGB value is (31,82,221). Sum of RGB (Red+Green+Blue) = 31+82+221=334 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.28% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F52DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F52DD is #E0AD22. Grayscale: #515151. Windows color (decimal): -14724387 or 14504479. OLE color: 14504479.

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

Color convert

RGB 31 82 221 -
CMYK 0.86 0.63 0 0.13
HSL 223.89º 0.75% 0.49% -
HSV(B) 223.89º 0.86% 0.87% -
XYZ 16.63 11.55 69.76 -
YUV 82.6 206.1 91.2 -
System Red Green Blue C M Y K H S L
Decimal 31 82 221 0.86 0.63 0 0.13 223.89 0.75 0.49
Hex 1F 52 DD 56 3F 0 D E0 4B 31
Octal 37 122 335 126 77 0 15 340 113 61
Binary 11111 1010010 11011101 1010110 111111 0 1101 11100000 1001011 110001

Color Harmonies of #1F52DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F52DD

Black with #1F52DD

Text Example


Text Example

White with #1F52DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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