Html Css Color HEX #1852CF Cerulean Blue

📋 copy color: '#1852CF'

red 24 ◦ green 82 ◦ blue 207

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

Shades of Cerulean Blue #1852CF

Tints of Cerulean Blue #1852CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 66.13%

R = 7.67%
G = 26.2%
B = 66.13%

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

#1852CF (or 0x1852CF) is known color: Cerulean Blue. HEX triplet: 18, 52 and CF. RGB value is (24,82,207). Sum of RGB (Red+Green+Blue) = 24+82+207=313 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.67% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 207 (81.25% from 255 or 66.13% from 313); Max value from RGB is 207 - color contains mainly: blue. Hex color #1852CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1852CF is #E7AD30. Grayscale: #4E4E4E. Windows color (decimal): -15183153 or 13586968. OLE color: 13586968.

HSL color Cylindrical-coordinate representation of color #1852CF: hue angle of 220.98º 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 #1852CF is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 82 207 -
CMYK 0.88 0.60 0 0.19
HSL 220.98º 0.79% 0.45% -
HSV(B) 220.98º 0.88% 0.81% -
XYZ 14.66 10.73 60.33 -
YUV 78.91 200.28 88.84 -
System Red Green Blue C M Y K H S L
Decimal 24 82 207 0.88 0.60 0 0.19 220.98 0.79 0.45
Hex 18 52 CF 58 3C 0 13 DD 4F 2D
Octal 30 122 317 130 74 0 23 335 117 55
Binary 11000 1010010 11001111 1011000 111100 0 10011 11011101 1001111 101101

Color Harmonies of #1852CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1852CF

Black with #1852CF

Text Example


Text Example

White with #1852CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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