Html Css Color HEX #266CFB Royal Blue

📋 copy color: '#266CFB'

red 38 ◦ green 108 ◦ blue 251

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

Shades of Royal Blue #266CFB

Tints of Royal Blue #266CFB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.2%

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

R = 9.57%
G = 27.2%
B = 63.22%

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

#266CFB (or 0x266CFB) is known color: Royal Blue. HEX triplet: 26, 6C and FB. RGB value is (38,108,251). Sum of RGB (Red+Green+Blue) = 38+108+251=397 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.57% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #266CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266CFB is #D99304. Grayscale: #666666. Windows color (decimal): -14258949 or 16477222. OLE color: 16477222.

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

Color convert

RGB 38 108 251 -
CMYK 0.85 0.57 0 0.02
HSL 220.28º 0.96% 0.57% -
HSV(B) 220.28º 0.85% 0.98% -
XYZ 23.57 18.1 93.52 -
YUV 103.37 211.31 81.37 -
System Red Green Blue C M Y K H S L
Decimal 38 108 251 0.85 0.57 0 0.02 220.28 0.96 0.57
Hex 26 6C FB 55 39 0 2 DC 60 39
Octal 46 154 373 125 71 0 2 334 140 71
Binary 100110 1101100 11111011 1010101 111001 0 10 11011100 1100000 111001

Color Harmonies of #266CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266CFB

Black with #266CFB

Text Example


Text Example

White with #266CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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