Html Css Color HEX #266DFA Royal Blue

📋 copy color: '#266DFA'

red 38 ◦ green 109 ◦ blue 250

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

Shades of Royal Blue #266DFA

Tints of Royal Blue #266DFA

RGB

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

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

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

R = 9.57%
G = 27.46%
B = 62.97%

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

#266DFA (or 0x266DFA) is known color: Royal Blue. HEX triplet: 26, 6D and FA. RGB value is (38,109,250). Sum of RGB (Red+Green+Blue) = 38+109+250=397 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.57% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #266DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266DFA is #D99205. Grayscale: #676767. Windows color (decimal): -14258694 or 16411942. OLE color: 16411942.

HSL color Cylindrical-coordinate representation of color #266DFA: hue angle of 219.91º 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 #266DFA is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 38 109 250 -
CMYK 0.85 0.56 0 0.02
HSL 219.91º 0.95% 0.56% -
HSV(B) 219.91º 0.85% 0.98% -
XYZ 23.52 18.25 92.73 -
YUV 103.85 210.48 81.04 -
System Red Green Blue C M Y K H S L
Decimal 38 109 250 0.85 0.56 0 0.02 219.91 0.95 0.56
Hex 26 6D FA 55 38 0 2 DC 5F 38
Octal 46 155 372 125 70 0 2 334 137 70
Binary 100110 1101101 11111010 1010101 111000 0 10 11011100 1011111 111000

Color Harmonies of #266DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266DFA

Black with #266DFA

Text Example


Text Example

White with #266DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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