Html Css Color HEX #266EFA Royal Blue

📋 copy color: '#266EFA'

red 38 ◦ green 110 ◦ blue 250

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

Shades of Royal Blue #266EFA

Tints of Royal Blue #266EFA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.64%

 BLUE value IS 250 (98.05% from 255) = 62.81%

R = 9.55%
G = 27.64%
B = 62.81%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#266EFA (or 0x266EFA) is known color: Royal Blue. HEX triplet: 26, 6E and FA. RGB value is (38,110,250). Sum of RGB (Red+Green+Blue) = 38+110+250=398 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.55% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #266EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266EFA is #D99105. Grayscale: #676767. Windows color (decimal): -14258438 or 16412198. OLE color: 16412198.

HSL color Cylindrical-coordinate representation of color #266EFA: hue angle of 219.62º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #266EFA is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 38 110 250 -
CMYK 0.85 0.56 0 0.02
HSL 219.62º 0.95% 0.56% -
HSV(B) 219.62º 0.85% 0.98% -
XYZ 23.63 18.47 92.76 -
YUV 104.43 210.15 80.62 -
System Red Green Blue C M Y K H S L
Decimal 38 110 250 0.85 0.56 0 0.02 219.62 0.95 0.56
Hex 26 6E FA 55 38 0 2 DC 5F 38
Octal 46 156 372 125 70 0 2 334 137 70
Binary 100110 1101110 11111010 1010101 111000 0 10 11011100 1011111 111000

Color Harmonies of #266EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266EFA

Black with #266EFA

Text Example


Text Example

White with #266EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,110,250); }

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

background-color css

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

 a { background-color: rgb(38,110,250); }

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

border-color css

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

 span { border-color: rgb(38,110,250); }

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