Html Css Color HEX #1850CE Cerulean Blue

📋 copy color: '#1850CE'

red 24 ◦ green 80 ◦ blue 206

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

Shades of Cerulean Blue #1850CE

Tints of Cerulean Blue #1850CE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.81%

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

R = 7.74%
G = 25.81%
B = 66.45%

CMYK

 C value IS 0.88

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1850CE (or 0x1850CE) is known color: Cerulean Blue. HEX triplet: 18, 50 and CE. RGB value is (24,80,206). Sum of RGB (Red+Green+Blue) = 24+80+206=310 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.74% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 206 (80.86% from 255 or 66.45% from 310); Max value from RGB is 206 - color contains mainly: blue. Hex color #1850CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1850CE is #E7AF31. Grayscale: #4D4D4D. Windows color (decimal): -15183666 or 13520920. OLE color: 13520920.

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

Color convert

RGB 24 80 206 -
CMYK 0.88 0.61 0 0.19
HSL 221.54º 0.79% 0.45% -
HSV(B) 221.54º 0.88% 0.81% -
XYZ 14.39 10.39 59.64 -
YUV 77.62 200.45 89.75 -
System Red Green Blue C M Y K H S L
Decimal 24 80 206 0.88 0.61 0 0.19 221.54 0.79 0.45
Hex 18 50 CE 58 3D 0 13 DE 4F 2D
Octal 30 120 316 130 75 0 23 336 117 55
Binary 11000 1010000 11001110 1011000 111101 0 10011 11011110 1001111 101101

Color Harmonies of #1850CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1850CE

Black with #1850CE

Text Example


Text Example

White with #1850CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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