Html Css Color HEX #1854DA Cerulean Blue

📋 copy color: '#1854DA'

red 24 ◦ green 84 ◦ blue 218

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

Shades of Cerulean Blue #1854DA

Tints of Cerulean Blue #1854DA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.77%

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

R = 7.36%
G = 25.77%
B = 66.87%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1854DA (or 0x1854DA) is known color: Cerulean Blue. HEX triplet: 18, 54 and DA. RGB value is (24,84,218). Sum of RGB (Red+Green+Blue) = 24+84+218=326 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.36% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 218 (85.55% from 255 or 66.87% from 326); Max value from RGB is 218 - color contains mainly: blue. Hex color #1854DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1854DA is #E7AB25. Grayscale: #505050. Windows color (decimal): -15182630 or 14308376. OLE color: 14308376.

HSL color Cylindrical-coordinate representation of color #1854DA: hue angle of 221.44º 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 #1854DA is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 24 84 218 -
CMYK 0.89 0.61 0 0.15
HSL 221.44º 0.8% 0.47% -
HSV(B) 221.44º 0.89% 0.85% -
XYZ 16.2 11.6 67.71 -
YUV 81.34 205.12 87.1 -
System Red Green Blue C M Y K H S L
Decimal 24 84 218 0.89 0.61 0 0.15 221.44 0.8 0.47
Hex 18 54 DA 59 3D 0 F DD 50 2F
Octal 30 124 332 131 75 0 17 335 120 57
Binary 11000 1010100 11011010 1011001 111101 0 1111 11011101 1010000 101111

Color Harmonies of #1854DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1854DA

Black with #1854DA

Text Example


Text Example

White with #1854DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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