Html Css Color HEX #1B52DF Cerulean Blue

📋 copy color: '#1B52DF'

red 27 ◦ green 82 ◦ blue 223

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

Shades of Cerulean Blue #1B52DF

Tints of Cerulean Blue #1B52DF

RGB

 RED value IS 27 (10.94% from 255) = 8.13%

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

 BLUE value IS 223 (87.5% from 255) = 67.17%

R = 8.13%
G = 24.7%
B = 67.17%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1B52DF (or 0x1B52DF) is known color: Cerulean Blue. HEX triplet: 1B, 52 and DF. RGB value is (27,82,223). Sum of RGB (Red+Green+Blue) = 27+82+223=332 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.13% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 223 (87.5% from 255 or 67.17% from 332); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B52DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B52DF is #E4AD20. Grayscale: #515151. Windows color (decimal): -14986529 or 14635547. OLE color: 14635547.

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

Color convert

RGB 27 82 223 -
CMYK 0.88 0.63 0 0.13
HSL 223.16º 0.78% 0.49% -
HSV(B) 223.16º 0.88% 0.87% -
XYZ 16.79 11.6 71.17 -
YUV 81.63 207.78 89.04 -
System Red Green Blue C M Y K H S L
Decimal 27 82 223 0.88 0.63 0 0.13 223.16 0.78 0.49
Hex 1B 52 DF 58 3F 0 D DF 4E 31
Octal 33 122 337 130 77 0 15 337 116 61
Binary 11011 1010010 11011111 1011000 111111 0 1101 11011111 1001110 110001

Color Harmonies of #1B52DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B52DF

Black with #1B52DF

Text Example


Text Example

White with #1B52DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,82,223); }

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

background-color css

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

 a { background-color: rgb(27,82,223); }

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

border-color css

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

 span { border-color: rgb(27,82,223); }

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