Html Css Color HEX #1A4CEE Royal Blue

📋 copy color: '#1A4CEE'

red 26 ◦ green 76 ◦ blue 238

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

Shades of Royal Blue #1A4CEE

Tints of Royal Blue #1A4CEE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.35%

 BLUE value IS 238 (93.36% from 255) = 70%

R = 7.65%
G = 22.35%
B = 70%

CMYK

 C value IS 0.89

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1A4CEE (or 0x1A4CEE) is known color: Royal Blue. HEX triplet: 1A, 4C and EE. RGB value is (26,76,238). Sum of RGB (Red+Green+Blue) = 26+76+238=340 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.65% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 238 (93.36% from 255 or 70% from 340); Max value from RGB is 238 - color contains mainly: blue. Hex color #1A4CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A4CEE is #E5B311. Grayscale: #4E4E4E. Windows color (decimal): -15053586 or 15617050. OLE color: 15617050.

HSL color Cylindrical-coordinate representation of color #1A4CEE: hue angle of 225.85º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A4CEE is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 26 76 238 -
CMYK 0.89 0.68 0 0.07
HSL 225.85º 0.86% 0.52% -
HSV(B) 225.85º 0.89% 0.93% -
XYZ 18.44 11.56 82.15 -
YUV 79.52 217.44 89.83 -
System Red Green Blue C M Y K H S L
Decimal 26 76 238 0.89 0.68 0 0.07 225.85 0.86 0.52
Hex 1A 4C EE 59 44 0 7 E2 56 34
Octal 32 114 356 131 104 0 7 342 126 64
Binary 11010 1001100 11101110 1011001 1000100 0 111 11100010 1010110 110100

Color Harmonies of #1A4CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4CEE

Black with #1A4CEE

Text Example


Text Example

White with #1A4CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,76,238); }

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

background-color css

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

 a { background-color: rgb(26,76,238); }

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

border-color css

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

 span { border-color: rgb(26,76,238); }

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