Html Css Color HEX #1A51DD Cerulean Blue

📋 copy color: '#1A51DD'

red 26 ◦ green 81 ◦ blue 221

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

Shades of Cerulean Blue #1A51DD

Tints of Cerulean Blue #1A51DD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.7%

 BLUE value IS 221 (86.72% from 255) = 67.38%

R = 7.93%
G = 24.7%
B = 67.38%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1A51DD (or 0x1A51DD) is known color: Cerulean Blue. HEX triplet: 1A, 51 and DD. RGB value is (26,81,221). Sum of RGB (Red+Green+Blue) = 26+81+221=328 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.93% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 221 (86.72% from 255 or 67.38% from 328); Max value from RGB is 221 - color contains mainly: blue. Hex color #1A51DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A51DD is #E5AE22. Grayscale: #4F4F4F. Windows color (decimal): -15052323 or 14504218. OLE color: 14504218.

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

Color convert

RGB 26 81 221 -
CMYK 0.88 0.63 0 0.13
HSL 223.08º 0.79% 0.48% -
HSV(B) 223.08º 0.88% 0.87% -
XYZ 16.42 11.32 69.73 -
YUV 80.52 207.28 89.12 -
System Red Green Blue C M Y K H S L
Decimal 26 81 221 0.88 0.63 0 0.13 223.08 0.79 0.48
Hex 1A 51 DD 58 3F 0 D DF 4F 30
Octal 32 121 335 130 77 0 15 337 117 60
Binary 11010 1010001 11011101 1011000 111111 0 1101 11011111 1001111 110000

Color Harmonies of #1A51DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A51DD

Black with #1A51DD

Text Example


Text Example

White with #1A51DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,81,221); }

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

background-color css

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

 a { background-color: rgb(26,81,221); }

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

border-color css

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

 span { border-color: rgb(26,81,221); }

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