Html Css Color HEX #266AEA Royal Blue

📋 copy color: '#266AEA'

red 38 ◦ green 106 ◦ blue 234

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

Shades of Royal Blue #266AEA

Tints of Royal Blue #266AEA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.04%

 BLUE value IS 234 (91.8% from 255) = 61.9%

R = 10.05%
G = 28.04%
B = 61.9%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#266AEA (or 0x266AEA) is known color: Royal Blue. HEX triplet: 26, 6A and EA. RGB value is (38,106,234). Sum of RGB (Red+Green+Blue) = 38+106+234=378 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10.05% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 234 (91.80% from 255 or 61.90% from 378); Max value from RGB is 234 - color contains mainly: blue. Hex color #266AEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266AEA is #D99515. Grayscale: #636363. Windows color (decimal): -14259478 or 15362598. OLE color: 15362598.

HSL color Cylindrical-coordinate representation of color #266AEA: hue angle of 219.18º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #266AEA is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 38 106 234 -
CMYK 0.84 0.55 0 0.08
HSL 219.18º 0.82% 0.53% -
HSV(B) 219.18º 0.84% 0.92% -
XYZ 20.8 16.66 79.96 -
YUV 100.26 203.47 83.59 -
System Red Green Blue C M Y K H S L
Decimal 38 106 234 0.84 0.55 0 0.08 219.18 0.82 0.53
Hex 26 6A EA 54 37 0 8 DB 52 35
Octal 46 152 352 124 67 0 10 333 122 65
Binary 100110 1101010 11101010 1010100 110111 0 1000 11011011 1010010 110101

Color Harmonies of #266AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266AEA

Black with #266AEA

Text Example


Text Example

White with #266AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,106,234); }

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

background-color css

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

 a { background-color: rgb(38,106,234); }

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

border-color css

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

 span { border-color: rgb(38,106,234); }

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