Html Css Color HEX #1848DC Cerulean Blue

📋 copy color: '#1848DC'

red 24 ◦ green 72 ◦ blue 220

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

Shades of Cerulean Blue #1848DC

Tints of Cerulean Blue #1848DC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.78%

 BLUE value IS 220 (86.33% from 255) = 69.62%

R = 7.59%
G = 22.78%
B = 69.62%

CMYK

 C value IS 0.89

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1848DC (or 0x1848DC) is known color: Cerulean Blue. HEX triplet: 18, 48 and DC. RGB value is (24,72,220). Sum of RGB (Red+Green+Blue) = 24+72+220=316 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.59% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 220 (86.33% from 255 or 69.62% from 316); Max value from RGB is 220 - color contains mainly: blue. Hex color #1848DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1848DC is #E7B723. Grayscale: #494949. Windows color (decimal): -15185700 or 14436376. OLE color: 14436376.

HSL color Cylindrical-coordinate representation of color #1848DC: hue angle of 225.31º 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 #1848DC is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 72 220 -
CMYK 0.89 0.67 0 0.14
HSL 225.31º 0.8% 0.48% -
HSV(B) 225.31º 0.89% 0.86% -
XYZ 15.61 10 68.82 -
YUV 74.52 210.1 91.97 -
System Red Green Blue C M Y K H S L
Decimal 24 72 220 0.89 0.67 0 0.14 225.31 0.8 0.48
Hex 18 48 DC 59 43 0 E E1 50 30
Octal 30 110 334 131 103 0 16 341 120 60
Binary 11000 1001000 11011100 1011001 1000011 0 1110 11100001 1010000 110000

Color Harmonies of #1848DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1848DC

Black with #1848DC

Text Example


Text Example

White with #1848DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1848DC; }

 p { color: rgb(24,72,220); }

 H1.HeaderClassName
 {
   color: #1848DC;
 }
 .AnyTagClassName
 {
   color: #1848DC;
 }
</style>

background-color css

<style>
 a { background-color: #1848DC; }

 a { background-color: rgb(24,72,220); }

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

border-color css

<style>
 span { border-color: #1848DC; }

 span { border-color: rgb(24,72,220); }

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