Html Css Color HEX #2359F9 Royal Blue

📋 copy color: '#2359F9'

red 35 ◦ green 89 ◦ blue 249

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

Shades of Royal Blue #2359F9

Tints of Royal Blue #2359F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 66.76%

R = 9.38%
G = 23.86%
B = 66.76%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2359F9 (or 0x2359F9) is known color: Royal Blue. HEX triplet: 23, 59 and F9. RGB value is (35,89,249). Sum of RGB (Red+Green+Blue) = 35+89+249=373 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.38% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 249 (97.66% from 255 or 66.76% from 373); Max value from RGB is 249 - color contains mainly: blue. Hex color #2359F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2359F9 is #DCA606. Grayscale: #5A5A5A. Windows color (decimal): -14460423 or 16341283. OLE color: 16341283.

HSL color Cylindrical-coordinate representation of color #2359F9: hue angle of 224.86º degrees, saturation: 0.95, 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 #2359F9 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 35 89 249 -
CMYK 0.86 0.64 0 0.02
HSL 224.86º 0.95% 0.56% -
HSV(B) 224.86º 0.86% 0.98% -
XYZ 21.36 14.34 91.26 -
YUV 91.09 217.11 87.99 -
System Red Green Blue C M Y K H S L
Decimal 35 89 249 0.86 0.64 0 0.02 224.86 0.95 0.56
Hex 23 59 F9 56 40 0 2 E1 5F 38
Octal 43 131 371 126 100 0 2 341 137 70
Binary 100011 1011001 11111001 1010110 1000000 0 10 11100001 1011111 111000

Color Harmonies of #2359F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2359F9

Black with #2359F9

Text Example


Text Example

White with #2359F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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