Html Css Color HEX #266ADD Royal Blue

📋 copy color: '#266ADD'

red 38 ◦ green 106 ◦ blue 221

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

Shades of Royal Blue #266ADD

Tints of Royal Blue #266ADD

RGB

 RED value IS 38 (15.23% from 255) = 10.41%

 GREEN value IS 106 (41.8% from 255) = 29.04%

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

R = 10.41%
G = 29.04%
B = 60.55%

CMYK

 C value IS 0.83

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#266ADD (or 0x266ADD) is known color: Royal Blue. HEX triplet: 26, 6A and DD. RGB value is (38,106,221). Sum of RGB (Red+Green+Blue) = 38+106+221=365 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.41% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #266ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266ADD is #D99522. Grayscale: #626262. Windows color (decimal): -14259491 or 14510630. OLE color: 14510630.

HSL color Cylindrical-coordinate representation of color #266ADD: hue angle of 217.7º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #266ADD is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 106 221 -
CMYK 0.83 0.52 0 0.13
HSL 217.7º 0.73% 0.51% -
HSV(B) 217.7º 0.83% 0.87% -
XYZ 19 15.94 70.48 -
YUV 98.78 196.97 84.65 -
System Red Green Blue C M Y K H S L
Decimal 38 106 221 0.83 0.52 0 0.13 217.7 0.73 0.51
Hex 26 6A DD 53 34 0 D DA 49 33
Octal 46 152 335 123 64 0 15 332 111 63
Binary 100110 1101010 11011101 1010011 110100 0 1101 11011010 1001001 110011

Color Harmonies of #266ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266ADD

Black with #266ADD

Text Example


Text Example

White with #266ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266ADD; }

 p { color: rgb(38,106,221); }

 H1.HeaderClassName
 {
   color: #266ADD;
 }
 .AnyTagClassName
 {
   color: #266ADD;
 }
</style>

background-color css

<style>
 a { background-color: #266ADD; }

 a { background-color: rgb(38,106,221); }

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

border-color css

<style>
 span { border-color: #266ADD; }

 span { border-color: rgb(38,106,221); }

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