Html Css Color HEX #1850DD Cerulean Blue

📋 copy color: '#1850DD'

red 24 ◦ green 80 ◦ blue 221

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

Shades of Cerulean Blue #1850DD

Tints of Cerulean Blue #1850DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 68%

R = 7.38%
G = 24.62%
B = 68%

CMYK

 C value IS 0.89

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1850DD (or 0x1850DD) is known color: Cerulean Blue. HEX triplet: 18, 50 and DD. RGB value is (24,80,221). Sum of RGB (Red+Green+Blue) = 24+80+221=325 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.38% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 221 (86.72% from 255 or 68% from 325); Max value from RGB is 221 - color contains mainly: blue. Hex color #1850DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1850DD is #E7AF22. Grayscale: #4E4E4E. Windows color (decimal): -15183651 or 14503960. OLE color: 14503960.

HSL color Cylindrical-coordinate representation of color #1850DD: hue angle of 222.94º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1850DD is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 80 221 -
CMYK 0.89 0.64 0 0.13
HSL 222.94º 0.8% 0.48% -
HSV(B) 222.94º 0.89% 0.87% -
XYZ 16.3 11.15 69.7 -
YUV 79.33 207.95 88.54 -
System Red Green Blue C M Y K H S L
Decimal 24 80 221 0.89 0.64 0 0.13 222.94 0.8 0.48
Hex 18 50 DD 59 40 0 D DF 50 30
Octal 30 120 335 131 100 0 15 337 120 60
Binary 11000 1010000 11011101 1011001 1000000 0 1101 11011111 1010000 110000

Color Harmonies of #1850DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1850DD

Black with #1850DD

Text Example


Text Example

White with #1850DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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