Html Css Color HEX #266DE5 Royal Blue

📋 copy color: '#266DE5'

red 38 ◦ green 109 ◦ blue 229

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

Shades of Royal Blue #266DE5

Tints of Royal Blue #266DE5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.99%

 BLUE value IS 229 (89.84% from 255) = 60.9%

R = 10.11%
G = 28.99%
B = 60.9%

CMYK

 C value IS 0.83

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#266DE5 (or 0x266DE5) is known color: Royal Blue. HEX triplet: 26, 6D and E5. RGB value is (38,109,229). Sum of RGB (Red+Green+Blue) = 38+109+229=376 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.11% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 229 (89.84% from 255 or 60.90% from 376); Max value from RGB is 229 - color contains mainly: blue. Hex color #266DE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266DE5 is #D9921A. Grayscale: #646464. Windows color (decimal): -14258715 or 15035686. OLE color: 15035686.

HSL color Cylindrical-coordinate representation of color #266DE5: hue angle of 217.7º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #266DE5 is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 38 109 229 -
CMYK 0.83 0.52 0 0.10
HSL 217.7º 0.79% 0.52% -
HSV(B) 217.7º 0.83% 0.9% -
XYZ 20.41 17.01 76.34 -
YUV 101.45 199.98 82.74 -
System Red Green Blue C M Y K H S L
Decimal 38 109 229 0.83 0.52 0 0.10 217.7 0.79 0.52
Hex 26 6D E5 53 34 0 A DA 4F 34
Octal 46 155 345 123 64 0 12 332 117 64
Binary 100110 1101101 11100101 1010011 110100 0 1010 11011010 1001111 110100

Color Harmonies of #266DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266DE5

Black with #266DE5

Text Example


Text Example

White with #266DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,109,229); }

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

background-color css

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

 a { background-color: rgb(38,109,229); }

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

border-color css

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

 span { border-color: rgb(38,109,229); }

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