Html Css Color HEX #1949EA Cerulean Blue

📋 copy color: '#1949EA'

red 25 ◦ green 73 ◦ blue 234

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

Shades of Cerulean Blue #1949EA

Tints of Cerulean Blue #1949EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 70.48%

R = 7.53%
G = 21.99%
B = 70.48%

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

#1949EA (or 0x1949EA) is known color: Cerulean Blue. HEX triplet: 19, 49 and EA. RGB value is (25,73,234). Sum of RGB (Red+Green+Blue) = 25+73+234=332 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.53% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 234 (91.80% from 255 or 70.48% from 332); Max value from RGB is 234 - color contains mainly: blue. Hex color #1949EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1949EA is #E6B615. Grayscale: #4C4C4C. Windows color (decimal): -15119894 or 15354137. OLE color: 15354137.

HSL color Cylindrical-coordinate representation of color #1949EA: hue angle of 226.22º degrees, saturation: 0.83, 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 #1949EA is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 73 234 -
CMYK 0.89 0.69 0 0.08
HSL 226.22º 0.83% 0.51% -
HSV(B) 226.22º 0.89% 0.92% -
XYZ 17.63 10.91 79.02 -
YUV 77 216.6 90.91 -
System Red Green Blue C M Y K H S L
Decimal 25 73 234 0.89 0.69 0 0.08 226.22 0.83 0.51
Hex 19 49 EA 59 45 0 8 E2 53 33
Octal 31 111 352 131 105 0 10 342 123 63
Binary 11001 1001001 11101010 1011001 1000101 0 1000 11100010 1010011 110011

Color Harmonies of #1949EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1949EA

Black with #1949EA

Text Example


Text Example

White with #1949EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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