Html Css Color HEX #1852CE Cerulean Blue

📋 copy color: '#1852CE'

red 24 ◦ green 82 ◦ blue 206

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

Shades of Cerulean Blue #1852CE

Tints of Cerulean Blue #1852CE

RGB

 RED value IS 24 (9.77% from 255) = 7.69%

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

 BLUE value IS 206 (80.86% from 255) = 66.03%

R = 7.69%
G = 26.28%
B = 66.03%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1852CE (or 0x1852CE) is known color: Cerulean Blue. HEX triplet: 18, 52 and CE. RGB value is (24,82,206). Sum of RGB (Red+Green+Blue) = 24+82+206=312 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.69% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 206 (80.86% from 255 or 66.03% from 312); Max value from RGB is 206 - color contains mainly: blue. Hex color #1852CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1852CE is #E7AD31. Grayscale: #4E4E4E. Windows color (decimal): -15183154 or 13521432. OLE color: 13521432.

HSL color Cylindrical-coordinate representation of color #1852CE: hue angle of 220.88º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1852CE is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 82 206 -
CMYK 0.88 0.60 0 0.19
HSL 220.88º 0.79% 0.45% -
HSV(B) 220.88º 0.88% 0.81% -
XYZ 14.53 10.69 59.69 -
YUV 78.79 199.78 88.92 -
System Red Green Blue C M Y K H S L
Decimal 24 82 206 0.88 0.60 0 0.19 220.88 0.79 0.45
Hex 18 52 CE 58 3C 0 13 DD 4F 2D
Octal 30 122 316 130 74 0 23 335 117 55
Binary 11000 1010010 11001110 1011000 111100 0 10011 11011101 1001111 101101

Color Harmonies of #1852CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1852CE

Black with #1852CE

Text Example


Text Example

White with #1852CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1852CE; }

 p { color: rgb(24,82,206); }

 H1.HeaderClassName
 {
   color: #1852CE;
 }
 .AnyTagClassName
 {
   color: #1852CE;
 }
</style>

background-color css

<style>
 a { background-color: #1852CE; }

 a { background-color: rgb(24,82,206); }

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

border-color css

<style>
 span { border-color: #1852CE; }

 span { border-color: rgb(24,82,206); }

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