Html Css Color HEX #1853DA Cerulean Blue

📋 copy color: '#1853DA'

red 24 ◦ green 83 ◦ blue 218

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

Shades of Cerulean Blue #1853DA

Tints of Cerulean Blue #1853DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 67.08%

R = 7.38%
G = 25.54%
B = 67.08%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1853DA (or 0x1853DA) is known color: Cerulean Blue. HEX triplet: 18, 53 and DA. RGB value is (24,83,218). Sum of RGB (Red+Green+Blue) = 24+83+218=325 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.38% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 218 (85.55% from 255 or 67.08% from 325); Max value from RGB is 218 - color contains mainly: blue. Hex color #1853DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1853DA is #E7AC25. Grayscale: #505050. Windows color (decimal): -15182886 or 14308120. OLE color: 14308120.

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

Color convert

RGB 24 83 218 -
CMYK 0.89 0.62 0 0.15
HSL 221.75º 0.8% 0.47% -
HSV(B) 221.75º 0.89% 0.85% -
XYZ 16.12 11.44 67.69 -
YUV 80.75 205.45 87.52 -
System Red Green Blue C M Y K H S L
Decimal 24 83 218 0.89 0.62 0 0.15 221.75 0.8 0.47
Hex 18 53 DA 59 3E 0 F DE 50 2F
Octal 30 123 332 131 76 0 17 336 120 57
Binary 11000 1010011 11011010 1011001 111110 0 1111 11011110 1010000 101111

Color Harmonies of #1853DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1853DA

Black with #1853DA

Text Example


Text Example

White with #1853DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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