Html Css Color HEX #1850D7 Cerulean Blue

📋 copy color: '#1850D7'

red 24 ◦ green 80 ◦ blue 215

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

Shades of Cerulean Blue #1850D7

Tints of Cerulean Blue #1850D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 67.4%

R = 7.52%
G = 25.08%
B = 67.4%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1850D7 (or 0x1850D7) is known color: Cerulean Blue. HEX triplet: 18, 50 and D7. RGB value is (24,80,215). Sum of RGB (Red+Green+Blue) = 24+80+215=319 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.52% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 215 (84.38% from 255 or 67.40% from 319); Max value from RGB is 215 - color contains mainly: blue. Hex color #1850D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1850D7 is #E7AF28. Grayscale: #4E4E4E. Windows color (decimal): -15183657 or 14110744. OLE color: 14110744.

HSL color Cylindrical-coordinate representation of color #1850D7: hue angle of 222.41º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1850D7 is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 24 80 215 -
CMYK 0.89 0.63 0 0.16
HSL 222.41º 0.8% 0.47% -
HSV(B) 222.41º 0.89% 0.84% -
XYZ 15.51 10.84 65.56 -
YUV 78.65 204.95 89.02 -
System Red Green Blue C M Y K H S L
Decimal 24 80 215 0.89 0.63 0 0.16 222.41 0.8 0.47
Hex 18 50 D7 59 3F 0 10 DE 50 2F
Octal 30 120 327 131 77 0 20 336 120 57
Binary 11000 1010000 11010111 1011001 111111 0 10000 11011110 1010000 101111

Color Harmonies of #1850D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1850D7

Black with #1850D7

Text Example


Text Example

White with #1850D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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