Html Css Color HEX #1946EE Cerulean Blue

📋 copy color: '#1946EE'

red 25 ◦ green 70 ◦ blue 238

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

Shades of Cerulean Blue #1946EE

Tints of Cerulean Blue #1946EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 71.47%

R = 7.51%
G = 21.02%
B = 71.47%

CMYK

 C value IS 0.89

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1946EE (or 0x1946EE) is known color: Cerulean Blue. HEX triplet: 19, 46 and EE. RGB value is (25,70,238). Sum of RGB (Red+Green+Blue) = 25+70+238=333 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.51% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 238 (93.36% from 255 or 71.47% from 333); Max value from RGB is 238 - color contains mainly: blue. Hex color #1946EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1946EE is #E6B911. Grayscale: #4A4A4A. Windows color (decimal): -15120658 or 15615513. OLE color: 15615513.

HSL color Cylindrical-coordinate representation of color #1946EE: hue angle of 227.32º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1946EE is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 70 238 -
CMYK 0.89 0.71 0 0.07
HSL 227.32º 0.86% 0.52% -
HSV(B) 227.32º 0.89% 0.93% -
XYZ 18.02 10.76 82.02 -
YUV 75.7 219.59 91.84 -
System Red Green Blue C M Y K H S L
Decimal 25 70 238 0.89 0.71 0 0.07 227.32 0.86 0.52
Hex 19 46 EE 59 47 0 7 E3 56 34
Octal 31 106 356 131 107 0 7 343 126 64
Binary 11001 1000110 11101110 1011001 1000111 0 111 11100011 1010110 110100

Color Harmonies of #1946EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1946EE

Black with #1946EE

Text Example


Text Example

White with #1946EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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