Html Css Color HEX #2659FB Royal Blue

📋 copy color: '#2659FB'

red 38 ◦ green 89 ◦ blue 251

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

Shades of Royal Blue #2659FB

Tints of Royal Blue #2659FB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.54%

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

R = 10.05%
G = 23.54%
B = 66.4%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2659FB (or 0x2659FB) is known color: Royal Blue. HEX triplet: 26, 59 and FB. RGB value is (38,89,251). Sum of RGB (Red+Green+Blue) = 38+89+251=378 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10.05% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 251 (98.44% from 255 or 66.40% from 378); Max value from RGB is 251 - color contains mainly: blue. Hex color #2659FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2659FB is #D9A604. Grayscale: #5B5B5B. Windows color (decimal): -14263813 or 16472358. OLE color: 16472358.

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

Color convert

RGB 38 89 251 -
CMYK 0.85 0.65 0 0.02
HSL 225.63º 0.96% 0.57% -
HSV(B) 225.63º 0.85% 0.98% -
XYZ 21.78 14.52 92.92 -
YUV 92.22 217.6 89.33 -
System Red Green Blue C M Y K H S L
Decimal 38 89 251 0.85 0.65 0 0.02 225.63 0.96 0.57
Hex 26 59 FB 55 41 0 2 E2 60 39
Octal 46 131 373 125 101 0 2 342 140 71
Binary 100110 1011001 11111011 1010101 1000001 0 10 11100010 1100000 111001

Color Harmonies of #2659FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2659FB

Black with #2659FB

Text Example


Text Example

White with #2659FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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