Html Css Color HEX #1852CC Cerulean Blue

📋 copy color: '#1852CC'

red 24 ◦ green 82 ◦ blue 204

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

Shades of Cerulean Blue #1852CC

Tints of Cerulean Blue #1852CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 65.81%

R = 7.74%
G = 26.45%
B = 65.81%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1852CC (or 0x1852CC) is known color: Cerulean Blue. HEX triplet: 18, 52 and CC. RGB value is (24,82,204). Sum of RGB (Red+Green+Blue) = 24+82+204=310 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.74% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #1852CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1852CC is #E7AD33. Grayscale: #4E4E4E. Windows color (decimal): -15183156 or 13390360. OLE color: 13390360.

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

Color convert

RGB 24 82 204 -
CMYK 0.88 0.60 0 0.2
HSL 220.67º 0.79% 0.45% -
HSV(B) 220.67º 0.88% 0.8% -
XYZ 14.29 10.59 58.42 -
YUV 78.57 198.78 89.08 -
System Red Green Blue C M Y K H S L
Decimal 24 82 204 0.88 0.60 0 0.2 220.67 0.79 0.45
Hex 18 52 CC 58 3C 0 14 DD 4F 2D
Octal 30 122 314 130 74 0 24 335 117 55
Binary 11000 1010010 11001100 1011000 111100 0 10100 11011101 1001111 101101

Color Harmonies of #1852CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1852CC

Black with #1852CC

Text Example


Text Example

White with #1852CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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