Html Css Color HEX #266DF4 Royal Blue

📋 copy color: '#266DF4'

red 38 ◦ green 109 ◦ blue 244

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

Shades of Royal Blue #266DF4

Tints of Royal Blue #266DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 62.4%

R = 9.72%
G = 27.88%
B = 62.4%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#266DF4 (or 0x266DF4) is known color: Royal Blue. HEX triplet: 26, 6D and F4. RGB value is (38,109,244). Sum of RGB (Red+Green+Blue) = 38+109+244=391 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.72% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 244 (95.70% from 255 or 62.40% from 391); Max value from RGB is 244 - color contains mainly: blue. Hex color #266DF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266DF4 is #D9920B. Grayscale: #666666. Windows color (decimal): -14258700 or 16018726. OLE color: 16018726.

HSL color Cylindrical-coordinate representation of color #266DF4: hue angle of 219.32º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #266DF4 is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 38 109 244 -
CMYK 0.84 0.55 0 0.04
HSL 219.32º 0.9% 0.55% -
HSV(B) 219.32º 0.84% 0.96% -
XYZ 22.6 17.88 87.85 -
YUV 103.16 207.48 81.52 -
System Red Green Blue C M Y K H S L
Decimal 38 109 244 0.84 0.55 0 0.04 219.32 0.9 0.55
Hex 26 6D F4 54 37 0 4 DB 5A 37
Octal 46 155 364 124 67 0 4 333 132 67
Binary 100110 1101101 11110100 1010100 110111 0 100 11011011 1011010 110111

Color Harmonies of #266DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266DF4

Black with #266DF4

Text Example


Text Example

White with #266DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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