Html Css Color HEX #266BDE Royal Blue

📋 copy color: '#266BDE'

red 38 ◦ green 107 ◦ blue 222

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

Shades of Royal Blue #266BDE

Tints of Royal Blue #266BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 60.49%

R = 10.35%
G = 29.16%
B = 60.49%

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

#266BDE (or 0x266BDE) is known color: Royal Blue. HEX triplet: 26, 6B and DE. RGB value is (38,107,222). Sum of RGB (Red+Green+Blue) = 38+107+222=367 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.35% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 222 (87.11% from 255 or 60.49% from 367); Max value from RGB is 222 - color contains mainly: blue. Hex color #266BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266BDE is #D99421. Grayscale: #626262. Windows color (decimal): -14259234 or 14576422. OLE color: 14576422.

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

Color convert

RGB 38 107 222 -
CMYK 0.83 0.52 0 0.13
HSL 217.5º 0.74% 0.51% -
HSV(B) 217.5º 0.83% 0.87% -
XYZ 19.24 16.2 71.22 -
YUV 99.48 197.14 84.15 -
System Red Green Blue C M Y K H S L
Decimal 38 107 222 0.83 0.52 0 0.13 217.5 0.74 0.51
Hex 26 6B DE 53 34 0 D DA 4A 33
Octal 46 153 336 123 64 0 15 332 112 63
Binary 100110 1101011 11011110 1010011 110100 0 1101 11011010 1001010 110011

Color Harmonies of #266BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266BDE

Black with #266BDE

Text Example


Text Example

White with #266BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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