Html Css Color HEX #1A4BDD Cerulean Blue

📋 copy color: '#1A4BDD'

red 26 ◦ green 75 ◦ blue 221

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

Shades of Cerulean Blue #1A4BDD

Tints of Cerulean Blue #1A4BDD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.29%

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

R = 8.07%
G = 23.29%
B = 68.63%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1A4BDD (or 0x1A4BDD) is known color: Cerulean Blue. HEX triplet: 1A, 4B and DD. RGB value is (26,75,221). Sum of RGB (Red+Green+Blue) = 26+75+221=322 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.07% from 322); Green value is 75 (29.69% from 255 or 23.29% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #1A4BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A4BDD is #E5B422. Grayscale: #4C4C4C. Windows color (decimal): -15053859 or 14502682. OLE color: 14502682.

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

Color convert

RGB 26 75 221 -
CMYK 0.88 0.66 0 0.13
HSL 224.92º 0.79% 0.48% -
HSV(B) 224.92º 0.88% 0.87% -
XYZ 15.99 10.47 69.59 -
YUV 76.99 209.27 91.63 -
System Red Green Blue C M Y K H S L
Decimal 26 75 221 0.88 0.66 0 0.13 224.92 0.79 0.48
Hex 1A 4B DD 58 42 0 D E1 4F 30
Octal 32 113 335 130 102 0 15 341 117 60
Binary 11010 1001011 11011101 1011000 1000010 0 1101 11100001 1001111 110000

Color Harmonies of #1A4BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4BDD

Black with #1A4BDD

Text Example


Text Example

White with #1A4BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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