Html Css Color HEX #266CDD Royal Blue

📋 copy color: '#266CDD'

red 38 ◦ green 108 ◦ blue 221

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

Shades of Royal Blue #266CDD

Tints of Royal Blue #266CDD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.43%

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

R = 10.35%
G = 29.43%
B = 60.22%

CMYK

 C value IS 0.83

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#266CDD (or 0x266CDD) is known color: Royal Blue. HEX triplet: 26, 6C and DD. RGB value is (38,108,221). Sum of RGB (Red+Green+Blue) = 38+108+221=367 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.35% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #266CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266CDD is #D99322. Grayscale: #636363. Windows color (decimal): -14258979 or 14511142. OLE color: 14511142.

HSL color Cylindrical-coordinate representation of color #266CDD: hue angle of 217.05º 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 #266CDD is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 108 221 -
CMYK 0.83 0.51 0 0.13
HSL 217.05º 0.73% 0.51% -
HSV(B) 217.05º 0.83% 0.87% -
XYZ 19.21 16.36 70.55 -
YUV 99.95 196.31 83.81 -
System Red Green Blue C M Y K H S L
Decimal 38 108 221 0.83 0.51 0 0.13 217.05 0.73 0.51
Hex 26 6C DD 53 33 0 D D9 49 33
Octal 46 154 335 123 63 0 15 331 111 63
Binary 100110 1101100 11011101 1010011 110011 0 1101 11011001 1001001 110011

Color Harmonies of #266CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266CDD

Black with #266CDD

Text Example


Text Example

White with #266CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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