Html Css Color HEX #1849CC Cerulean Blue

📋 copy color: '#1849CC'

red 24 ◦ green 73 ◦ blue 204

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

Shades of Cerulean Blue #1849CC

Tints of Cerulean Blue #1849CC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.25%

 BLUE value IS 204 (80.08% from 255) = 67.77%

R = 7.97%
G = 24.25%
B = 67.77%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1849CC (or 0x1849CC) is known color: Cerulean Blue. HEX triplet: 18, 49 and CC. RGB value is (24,73,204). Sum of RGB (Red+Green+Blue) = 24+73+204=301 (39% of max value = 765). Red value is 24 (9.77% from 255 or 7.97% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #1849CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1849CC is #E7B633. Grayscale: #484848. Windows color (decimal): -15185460 or 13388056. OLE color: 13388056.

HSL color Cylindrical-coordinate representation of color #1849CC: hue angle of 223.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1849CC is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 24 73 204 -
CMYK 0.88 0.64 0 0.2
HSL 223.67º 0.79% 0.45% -
HSV(B) 223.67º 0.88% 0.8% -
XYZ 13.66 9.32 58.21 -
YUV 73.28 201.77 92.85 -
System Red Green Blue C M Y K H S L
Decimal 24 73 204 0.88 0.64 0 0.2 223.67 0.79 0.45
Hex 18 49 CC 58 40 0 14 E0 4F 2D
Octal 30 111 314 130 100 0 24 340 117 55
Binary 11000 1001001 11001100 1011000 1000000 0 10100 11100000 1001111 101101

Color Harmonies of #1849CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1849CC

Black with #1849CC

Text Example


Text Example

White with #1849CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1849CC; }

 p { color: rgb(24,73,204); }

 H1.HeaderClassName
 {
   color: #1849CC;
 }
 .AnyTagClassName
 {
   color: #1849CC;
 }
</style>

background-color css

<style>
 a { background-color: #1849CC; }

 a { background-color: rgb(24,73,204); }

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

border-color css

<style>
 span { border-color: #1849CC; }

 span { border-color: rgb(24,73,204); }

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