Html Css Color HEX #1A46EB Cerulean Blue

📋 copy color: '#1A46EB'

red 26 ◦ green 70 ◦ blue 235

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

Shades of Cerulean Blue #1A46EB

Tints of Cerulean Blue #1A46EB

RGB

 RED value IS 26 (10.55% from 255) = 7.85%

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

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

R = 7.85%
G = 21.15%
B = 71%

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

#1A46EB (or 0x1A46EB) is known color: Cerulean Blue. HEX triplet: 1A, 46 and EB. RGB value is (26,70,235). Sum of RGB (Red+Green+Blue) = 26+70+235=331 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.85% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 235 (92.19% from 255 or 71.00% from 331); Max value from RGB is 235 - color contains mainly: blue. Hex color #1A46EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A46EB is #E5B914. Grayscale: #4A4A4A. Windows color (decimal): -15055125 or 15418906. OLE color: 15418906.

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

Color convert

RGB 26 70 235 -
CMYK 0.89 0.70 0 0.08
HSL 227.37º 0.84% 0.51% -
HSV(B) 227.37º 0.89% 0.92% -
XYZ 17.61 10.6 79.71 -
YUV 75.65 217.92 92.58 -
System Red Green Blue C M Y K H S L
Decimal 26 70 235 0.89 0.70 0 0.08 227.37 0.84 0.51
Hex 1A 46 EB 59 46 0 8 E3 54 33
Octal 32 106 353 131 106 0 10 343 124 63
Binary 11010 1000110 11101011 1011001 1000110 0 1000 11100011 1010100 110011

Color Harmonies of #1A46EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A46EB

Black with #1A46EB

Text Example


Text Example

White with #1A46EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A46EB; }

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

 H1.HeaderClassName
 {
   color: #1A46EB;
 }
 .AnyTagClassName
 {
   color: #1A46EB;
 }
</style>

background-color css

<style>
 a { background-color: #1A46EB; }

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

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

border-color css

<style>
 span { border-color: #1A46EB; }

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

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