Html Css Color HEX #266BFB Royal Blue

📋 copy color: '#266BFB'

red 38 ◦ green 107 ◦ blue 251

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

Shades of Royal Blue #266BFB

Tints of Royal Blue #266BFB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.02%

 BLUE value IS 251 (98.44% from 255) = 63.38%

R = 9.6%
G = 27.02%
B = 63.38%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#266BFB (or 0x266BFB) is known color: Royal Blue. HEX triplet: 26, 6B and FB. RGB value is (38,107,251). Sum of RGB (Red+Green+Blue) = 38+107+251=396 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.60% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #266BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266BFB is #D99404. Grayscale: #666666. Windows color (decimal): -14259205 or 16476966. OLE color: 16476966.

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

Color convert

RGB 38 107 251 -
CMYK 0.85 0.57 0 0.02
HSL 220.56º 0.96% 0.57% -
HSV(B) 220.56º 0.85% 0.98% -
XYZ 23.47 17.89 93.48 -
YUV 102.79 211.64 81.79 -
System Red Green Blue C M Y K H S L
Decimal 38 107 251 0.85 0.57 0 0.02 220.56 0.96 0.57
Hex 26 6B FB 55 39 0 2 DD 60 39
Octal 46 153 373 125 71 0 2 335 140 71
Binary 100110 1101011 11111011 1010101 111001 0 10 11011101 1100000 111001

Color Harmonies of #266BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266BFB

Black with #266BFB

Text Example


Text Example

White with #266BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,107,251); }

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

background-color css

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

 a { background-color: rgb(38,107,251); }

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

border-color css

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

 span { border-color: rgb(38,107,251); }

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