Html Css Color HEX #266BD9 Royal Blue

📋 copy color: '#266BD9'

red 38 ◦ green 107 ◦ blue 217

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

Shades of Royal Blue #266BD9

Tints of Royal Blue #266BD9

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.56%

 BLUE value IS 217 (85.16% from 255) = 59.94%

R = 10.5%
G = 29.56%
B = 59.94%

CMYK

 C value IS 0.82

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#266BD9 (or 0x266BD9) is known color: Royal Blue. HEX triplet: 26, 6B and D9. RGB value is (38,107,217). Sum of RGB (Red+Green+Blue) = 38+107+217=362 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.50% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 217 (85.16% from 255 or 59.94% from 362); Max value from RGB is 217 - color contains mainly: blue. Hex color #266BD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266BD9 is #D99426. Grayscale: #626262. Windows color (decimal): -14259239 or 14248742. OLE color: 14248742.

HSL color Cylindrical-coordinate representation of color #266BD9: hue angle of 216.87º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #266BD9 is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 38 107 217 -
CMYK 0.82 0.51 0 0.15
HSL 216.87º 0.7% 0.5% -
HSV(B) 216.87º 0.82% 0.85% -
XYZ 18.58 15.94 67.74 -
YUV 98.91 194.64 84.56 -
System Red Green Blue C M Y K H S L
Decimal 38 107 217 0.82 0.51 0 0.15 216.87 0.7 0.5
Hex 26 6B D9 52 33 0 F D9 46 32
Octal 46 153 331 122 63 0 17 331 106 62
Binary 100110 1101011 11011001 1010010 110011 0 1111 11011001 1000110 110010

Color Harmonies of #266BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266BD9

Black with #266BD9

Text Example


Text Example

White with #266BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,107,217); }

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

background-color css

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

 a { background-color: rgb(38,107,217); }

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

border-color css

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

 span { border-color: rgb(38,107,217); }

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