Html Css Color HEX #1A4EDD Cerulean Blue

📋 copy color: '#1A4EDD'

red 26 ◦ green 78 ◦ blue 221

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

Shades of Cerulean Blue #1A4EDD

Tints of Cerulean Blue #1A4EDD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24%

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

R = 8%
G = 24%
B = 68%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1A4EDD (or 0x1A4EDD) is known color: Cerulean Blue. HEX triplet: 1A, 4E and DD. RGB value is (26,78,221). Sum of RGB (Red+Green+Blue) = 26+78+221=325 (43% of max value = 765). Red value is 26 (10.55% from 255 or 8% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 221 (86.72% from 255 or 68% from 325); Max value from RGB is 221 - color contains mainly: blue. Hex color #1A4EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A4EDD is #E5B122. Grayscale: #4E4E4E. Windows color (decimal): -15053091 or 14503450. OLE color: 14503450.

HSL color Cylindrical-coordinate representation of color #1A4EDD: hue angle of 224º 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 #1A4EDD is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 78 221 -
CMYK 0.88 0.65 0 0.13
HSL 224º 0.79% 0.48% -
HSV(B) 224º 0.88% 0.87% -
XYZ 16.2 10.89 69.65 -
YUV 78.75 208.27 90.37 -
System Red Green Blue C M Y K H S L
Decimal 26 78 221 0.88 0.65 0 0.13 224 0.79 0.48
Hex 1A 4E DD 58 41 0 D E0 4F 30
Octal 32 116 335 130 101 0 15 340 117 60
Binary 11010 1001110 11011101 1011000 1000001 0 1101 11100000 1001111 110000

Color Harmonies of #1A4EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4EDD

Black with #1A4EDD

Text Example


Text Example

White with #1A4EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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