Html Css Color HEX #1853DB Cerulean Blue

📋 copy color: '#1853DB'

red 24 ◦ green 83 ◦ blue 219

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

Shades of Cerulean Blue #1853DB

Tints of Cerulean Blue #1853DB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.46%

 BLUE value IS 219 (85.94% from 255) = 67.18%

R = 7.36%
G = 25.46%
B = 67.18%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1853DB (or 0x1853DB) is known color: Cerulean Blue. HEX triplet: 18, 53 and DB. RGB value is (24,83,219). Sum of RGB (Red+Green+Blue) = 24+83+219=326 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.36% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 219 (85.94% from 255 or 67.18% from 326); Max value from RGB is 219 - color contains mainly: blue. Hex color #1853DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1853DB is #E7AC24. Grayscale: #505050. Windows color (decimal): -15182885 or 14373656. OLE color: 14373656.

HSL color Cylindrical-coordinate representation of color #1853DB: hue angle of 221.85º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1853DB is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 83 219 -
CMYK 0.89 0.62 0 0.14
HSL 221.85º 0.8% 0.48% -
HSV(B) 221.85º 0.89% 0.86% -
XYZ 16.26 11.5 68.38 -
YUV 80.86 205.95 87.44 -
System Red Green Blue C M Y K H S L
Decimal 24 83 219 0.89 0.62 0 0.14 221.85 0.8 0.48
Hex 18 53 DB 59 3E 0 E DE 50 30
Octal 30 123 333 131 76 0 16 336 120 60
Binary 11000 1010011 11011011 1011001 111110 0 1110 11011110 1010000 110000

Color Harmonies of #1853DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1853DB

Black with #1853DB

Text Example


Text Example

White with #1853DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1853DB; }

 p { color: rgb(24,83,219); }

 H1.HeaderClassName
 {
   color: #1853DB;
 }
 .AnyTagClassName
 {
   color: #1853DB;
 }
</style>

background-color css

<style>
 a { background-color: #1853DB; }

 a { background-color: rgb(24,83,219); }

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

border-color css

<style>
 span { border-color: #1853DB; }

 span { border-color: rgb(24,83,219); }

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