Html Css Color HEX #1850CC Cerulean Blue

📋 copy color: '#1850CC'

red 24 ◦ green 80 ◦ blue 204

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

Shades of Cerulean Blue #1850CC

Tints of Cerulean Blue #1850CC

RGB

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

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

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

R = 7.79%
G = 25.97%
B = 66.23%

CMYK

 C value IS 0.88

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1850CC (or 0x1850CC) is known color: Cerulean Blue. HEX triplet: 18, 50 and CC. RGB value is (24,80,204). Sum of RGB (Red+Green+Blue) = 24+80+204=308 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.79% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 204 (80.08% from 255 or 66.23% from 308); Max value from RGB is 204 - color contains mainly: blue. Hex color #1850CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1850CC is #E7AF33. Grayscale: #4C4C4C. Windows color (decimal): -15183668 or 13389848. OLE color: 13389848.

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

Color convert

RGB 24 80 204 -
CMYK 0.88 0.61 0 0.2
HSL 221.33º 0.79% 0.45% -
HSV(B) 221.33º 0.88% 0.8% -
XYZ 14.14 10.29 58.37 -
YUV 77.39 199.45 89.92 -
System Red Green Blue C M Y K H S L
Decimal 24 80 204 0.88 0.61 0 0.2 221.33 0.79 0.45
Hex 18 50 CC 58 3D 0 14 DD 4F 2D
Octal 30 120 314 130 75 0 24 335 117 55
Binary 11000 1010000 11001100 1011000 111101 0 10100 11011101 1001111 101101

Color Harmonies of #1850CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1850CC

Black with #1850CC

Text Example


Text Example

White with #1850CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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