Html Css Color HEX #266FD6 Royal Blue

📋 copy color: '#266FD6'

red 38 ◦ green 111 ◦ blue 214

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

Shades of Royal Blue #266FD6

Tints of Royal Blue #266FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 58.95%

R = 10.47%
G = 30.58%
B = 58.95%

CMYK

 C value IS 0.82

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#266FD6 (or 0x266FD6) is known color: Royal Blue. HEX triplet: 26, 6F and D6. RGB value is (38,111,214). Sum of RGB (Red+Green+Blue) = 38+111+214=363 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.47% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 214 (83.98% from 255 or 58.95% from 363); Max value from RGB is 214 - color contains mainly: blue. Hex color #266FD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266FD6 is #D99029. Grayscale: #646464. Windows color (decimal): -14258218 or 14053158. OLE color: 14053158.

HSL color Cylindrical-coordinate representation of color #266FD6: hue angle of 215.11º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #266FD6 is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 38 111 214 -
CMYK 0.82 0.48 0 0.16
HSL 215.11º 0.7% 0.49% -
HSV(B) 215.11º 0.82% 0.84% -
XYZ 18.62 16.64 65.85 -
YUV 100.92 191.82 83.12 -
System Red Green Blue C M Y K H S L
Decimal 38 111 214 0.82 0.48 0 0.16 215.11 0.7 0.49
Hex 26 6F D6 52 30 0 10 D7 46 31
Octal 46 157 326 122 60 0 20 327 106 61
Binary 100110 1101111 11010110 1010010 110000 0 10000 11010111 1000110 110001

Color Harmonies of #266FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266FD6

Black with #266FD6

Text Example


Text Example

White with #266FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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