Html Css Color HEX #1A56DF Cerulean Blue

📋 copy color: '#1A56DF'

red 26 ◦ green 86 ◦ blue 223

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

Shades of Cerulean Blue #1A56DF

Tints of Cerulean Blue #1A56DF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.67%

 BLUE value IS 223 (87.5% from 255) = 66.57%

R = 7.76%
G = 25.67%
B = 66.57%

CMYK

 C value IS 0.88

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1A56DF (or 0x1A56DF) is known color: Cerulean Blue. HEX triplet: 1A, 56 and DF. RGB value is (26,86,223). Sum of RGB (Red+Green+Blue) = 26+86+223=335 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.76% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #1A56DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A56DF is #E5A920. Grayscale: #535353. Windows color (decimal): -15051041 or 14636570. OLE color: 14636570.

HSL color Cylindrical-coordinate representation of color #1A56DF: hue angle of 221.73º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A56DF is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 86 223 -
CMYK 0.88 0.61 0 0.13
HSL 221.73º 0.79% 0.49% -
HSV(B) 221.73º 0.88% 0.87% -
XYZ 17.07 12.2 71.27 -
YUV 83.68 206.62 86.86 -
System Red Green Blue C M Y K H S L
Decimal 26 86 223 0.88 0.61 0 0.13 221.73 0.79 0.49
Hex 1A 56 DF 58 3D 0 D DE 4F 31
Octal 32 126 337 130 75 0 15 336 117 61
Binary 11010 1010110 11011111 1011000 111101 0 1101 11011110 1001111 110001

Color Harmonies of #1A56DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A56DF

Black with #1A56DF

Text Example


Text Example

White with #1A56DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,86,223); }

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

background-color css

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

 a { background-color: rgb(26,86,223); }

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

border-color css

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

 span { border-color: rgb(26,86,223); }

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