Html Css Color HEX #1949EB Cerulean Blue

📋 copy color: '#1949EB'

red 25 ◦ green 73 ◦ blue 235

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

Shades of Cerulean Blue #1949EB

Tints of Cerulean Blue #1949EB

RGB

 RED value IS 25 (10.16% from 255) = 7.51%

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

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

R = 7.51%
G = 21.92%
B = 70.57%

CMYK

 C value IS 0.89

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1949EB (or 0x1949EB) is known color: Cerulean Blue. HEX triplet: 19, 49 and EB. RGB value is (25,73,235). Sum of RGB (Red+Green+Blue) = 25+73+235=333 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.51% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 235 (92.19% from 255 or 70.57% from 333); Max value from RGB is 235 - color contains mainly: blue. Hex color #1949EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1949EB is #E6B614. Grayscale: #4C4C4C. Windows color (decimal): -15119893 or 15419673. OLE color: 15419673.

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

Color convert

RGB 25 73 235 -
CMYK 0.89 0.69 0 0.08
HSL 226.29º 0.84% 0.51% -
HSV(B) 226.29º 0.89% 0.92% -
XYZ 17.78 10.97 79.78 -
YUV 77.12 217.1 90.83 -
System Red Green Blue C M Y K H S L
Decimal 25 73 235 0.89 0.69 0 0.08 226.29 0.84 0.51
Hex 19 49 EB 59 45 0 8 E2 54 33
Octal 31 111 353 131 105 0 10 342 124 63
Binary 11001 1001001 11101011 1011001 1000101 0 1000 11100010 1010100 110011

Color Harmonies of #1949EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1949EB

Black with #1949EB

Text Example


Text Example

White with #1949EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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