Html Css Color HEX #2666FB Royal Blue

📋 copy color: '#2666FB'

red 38 ◦ green 102 ◦ blue 251

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

Shades of Royal Blue #2666FB

Tints of Royal Blue #2666FB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.09%

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

R = 9.72%
G = 26.09%
B = 64.19%

CMYK

 C value IS 0.85

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2666FB (or 0x2666FB) is known color: Royal Blue. HEX triplet: 26, 66 and FB. RGB value is (38,102,251). Sum of RGB (Red+Green+Blue) = 38+102+251=391 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.72% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #2666FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2666FB is #D99904. Grayscale: #636363. Windows color (decimal): -14260485 or 16475686. OLE color: 16475686.

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

Color convert

RGB 38 102 251 -
CMYK 0.85 0.59 0 0.02
HSL 221.97º 0.96% 0.57% -
HSV(B) 221.97º 0.85% 0.98% -
XYZ 22.96 16.88 93.31 -
YUV 99.85 213.3 83.88 -
System Red Green Blue C M Y K H S L
Decimal 38 102 251 0.85 0.59 0 0.02 221.97 0.96 0.57
Hex 26 66 FB 55 3B 0 2 DE 60 39
Octal 46 146 373 125 73 0 2 336 140 71
Binary 100110 1100110 11111011 1010101 111011 0 10 11011110 1100000 111001

Color Harmonies of #2666FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2666FB

Black with #2666FB

Text Example


Text Example

White with #2666FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2666FB; }

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

 H1.HeaderClassName
 {
   color: #2666FB;
 }
 .AnyTagClassName
 {
   color: #2666FB;
 }
</style>

background-color css

<style>
 a { background-color: #2666FB; }

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

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

border-color css

<style>
 span { border-color: #2666FB; }

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

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