Html Css Color HEX #1849EB Cerulean Blue

📋 copy color: '#1849EB'

red 24 ◦ green 73 ◦ blue 235

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

Shades of Cerulean Blue #1849EB

Tints of Cerulean Blue #1849EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 70.78%

R = 7.23%
G = 21.99%
B = 70.78%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1849EB (or 0x1849EB) is known color: Cerulean Blue. HEX triplet: 18, 49 and EB. RGB value is (24,73,235). Sum of RGB (Red+Green+Blue) = 24+73+235=332 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.23% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 235 (92.19% from 255 or 70.78% from 332); Max value from RGB is 235 - color contains mainly: blue. Hex color #1849EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1849EB is #E7B614. Grayscale: #4C4C4C. Windows color (decimal): -15185429 or 15419672. OLE color: 15419672.

HSL color Cylindrical-coordinate representation of color #1849EB: hue angle of 226.07º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1849EB is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 73 235 -
CMYK 0.90 0.69 0 0.08
HSL 226.07º 0.84% 0.51% -
HSV(B) 226.07º 0.9% 0.92% -
XYZ 17.75 10.96 79.78 -
YUV 76.82 217.27 90.33 -
System Red Green Blue C M Y K H S L
Decimal 24 73 235 0.90 0.69 0 0.08 226.07 0.84 0.51
Hex 18 49 EB 5A 45 0 8 E2 54 33
Octal 30 111 353 132 105 0 10 342 124 63
Binary 11000 1001001 11101011 1011010 1000101 0 1000 11100010 1010100 110011

Color Harmonies of #1849EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1849EB

Black with #1849EB

Text Example


Text Example

White with #1849EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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