Html Css Color HEX #1946EB Cerulean Blue

📋 copy color: '#1946EB'

red 25 ◦ green 70 ◦ blue 235

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

Shades of Cerulean Blue #1946EB

Tints of Cerulean Blue #1946EB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.21%

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

R = 7.58%
G = 21.21%
B = 71.21%

CMYK

 C value IS 0.89

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1946EB (or 0x1946EB) is known color: Cerulean Blue. HEX triplet: 19, 46 and EB. RGB value is (25,70,235). Sum of RGB (Red+Green+Blue) = 25+70+235=330 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.58% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 235 (92.19% from 255 or 71.21% from 330); Max value from RGB is 235 - color contains mainly: blue. Hex color #1946EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1946EB is #E6B914. Grayscale: #4A4A4A. Windows color (decimal): -15120661 or 15418905. OLE color: 15418905.

HSL color Cylindrical-coordinate representation of color #1946EB: hue angle of 227.14º 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 #1946EB is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 70 235 -
CMYK 0.89 0.70 0 0.08
HSL 227.14º 0.84% 0.51% -
HSV(B) 227.14º 0.89% 0.92% -
XYZ 17.59 10.59 79.71 -
YUV 75.36 218.09 92.08 -
System Red Green Blue C M Y K H S L
Decimal 25 70 235 0.89 0.70 0 0.08 227.14 0.84 0.51
Hex 19 46 EB 59 46 0 8 E3 54 33
Octal 31 106 353 131 106 0 10 343 124 63
Binary 11001 1000110 11101011 1011001 1000110 0 1000 11100011 1010100 110011

Color Harmonies of #1946EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1946EB

Black with #1946EB

Text Example


Text Example

White with #1946EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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