Html Css Color HEX #2359FB Royal Blue

📋 copy color: '#2359FB'

red 35 ◦ green 89 ◦ blue 251

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

Shades of Royal Blue #2359FB

Tints of Royal Blue #2359FB

RGB

 RED value IS 35 (14.06% from 255) = 9.33%

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

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

R = 9.33%
G = 23.73%
B = 66.93%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2359FB (or 0x2359FB) is known color: Royal Blue. HEX triplet: 23, 59 and FB. RGB value is (35,89,251). Sum of RGB (Red+Green+Blue) = 35+89+251=375 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.33% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 251 (98.44% from 255 or 66.93% from 375); Max value from RGB is 251 - color contains mainly: blue. Hex color #2359FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2359FB is #DCA604. Grayscale: #5A5A5A. Windows color (decimal): -14460421 or 16472355. OLE color: 16472355.

HSL color Cylindrical-coordinate representation of color #2359FB: hue angle of 225º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2359FB is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 35 89 251 -
CMYK 0.86 0.65 0 0.02
HSL 225º 0.96% 0.56% -
HSV(B) 225º 0.86% 0.98% -
XYZ 21.68 14.47 92.92 -
YUV 91.32 218.11 87.83 -
System Red Green Blue C M Y K H S L
Decimal 35 89 251 0.86 0.65 0 0.02 225 0.96 0.56
Hex 23 59 FB 56 41 0 2 E1 60 38
Octal 43 131 373 126 101 0 2 341 140 70
Binary 100011 1011001 11111011 1010110 1000001 0 10 11100001 1100000 111000

Color Harmonies of #2359FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2359FB

Black with #2359FB

Text Example


Text Example

White with #2359FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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