Html Css Color HEX #266FD8 Royal Blue

📋 copy color: '#266FD8'

red 38 ◦ green 111 ◦ blue 216

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

Shades of Royal Blue #266FD8

Tints of Royal Blue #266FD8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.41%

 BLUE value IS 216 (84.77% from 255) = 59.18%

R = 10.41%
G = 30.41%
B = 59.18%

CMYK

 C value IS 0.82

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#266FD8 (or 0x266FD8) is known color: Royal Blue. HEX triplet: 26, 6F and D8. RGB value is (38,111,216). Sum of RGB (Red+Green+Blue) = 38+111+216=365 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.41% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 216 (84.77% from 255 or 59.18% from 365); Max value from RGB is 216 - color contains mainly: blue. Hex color #266FD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266FD8 is #D99027. Grayscale: #646464. Windows color (decimal): -14258216 or 14184230. OLE color: 14184230.

HSL color Cylindrical-coordinate representation of color #266FD8: hue angle of 215.39º 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 #266FD8 is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 38 111 216 -
CMYK 0.82 0.49 0 0.15
HSL 215.39º 0.7% 0.5% -
HSV(B) 215.39º 0.82% 0.85% -
XYZ 18.88 16.74 67.2 -
YUV 101.14 192.82 82.96 -
System Red Green Blue C M Y K H S L
Decimal 38 111 216 0.82 0.49 0 0.15 215.39 0.7 0.5
Hex 26 6F D8 52 31 0 F D7 46 32
Octal 46 157 330 122 61 0 17 327 106 62
Binary 100110 1101111 11011000 1010010 110001 0 1111 11010111 1000110 110010

Color Harmonies of #266FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266FD8

Black with #266FD8

Text Example


Text Example

White with #266FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,111,216); }

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

background-color css

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

 a { background-color: rgb(38,111,216); }

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

border-color css

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

 span { border-color: rgb(38,111,216); }

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