#1A4DEB

Color #1A4DEB Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #1A4DEB

Tints of Cerulean Blue #1A4DEB

Color information

#1A4DEB (or 0x1A4DEB) is unknown color: approx Cerulean Blue. HEX triplet: 1A, 4D and EB. RGB value is (26,77,235). Sum of RGB (Red+Green+Blue) = 26+77+235=338 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.69% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 235 (92.19% from 255 or 69.53% from 338); Max value from RGB is 235 - color contains mainly: blue. Hex color #1A4DEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A4DEB is #E5B214. Grayscale: #4F4F4F. Windows color (decimal): -15053333 or 15420698. OLE color: 15420698.

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

Color convert

RGB2677235-
CMYK0.890.6700.08
HSL225.36º83.94%51.18%-
HSV(B)225.36º88.94%92.16%-
XYZ18.0811.5379.87-
YUV79.76215.689.65-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.69%
GREEN value IS 77 (30.47% from 255) = 22.78%
BLUE value IS 235 (92.19% from 255) = 69.53%
R=7.69%
G=22.78%
B=69.53%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal26772350.890.6700.08225.3683.9451.18
Hex1A4DEB594308e15433
Octal3211535313110301034112463
Binary110101001101111010111011001100001101000111000011010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1A4DEB;
 }
 .AnyTagClassName
 {
   color: #1A4DEB;
 }
</style>
background-color css

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

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

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

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

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

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