Html Css Color HEX #2358EA Royal Blue

📋 copy color: '#2358EA'

red 35 ◦ green 88 ◦ blue 234

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

Shades of Royal Blue #2358EA

Tints of Royal Blue #2358EA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.65%

 BLUE value IS 234 (91.8% from 255) = 65.55%

R = 9.8%
G = 24.65%
B = 65.55%

CMYK

 C value IS 0.85

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2358EA (or 0x2358EA) is known color: Royal Blue. HEX triplet: 23, 58 and EA. RGB value is (35,88,234). Sum of RGB (Red+Green+Blue) = 35+88+234=357 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.80% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 234 (91.80% from 255 or 65.55% from 357); Max value from RGB is 234 - color contains mainly: blue. Hex color #2358EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2358EA is #DCA715. Grayscale: #585858. Windows color (decimal): -14460694 or 15357987. OLE color: 15357987.

HSL color Cylindrical-coordinate representation of color #2358EA: hue angle of 224.02º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2358EA is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 35 88 234 -
CMYK 0.85 0.62 0 0.08
HSL 224.02º 0.83% 0.53% -
HSV(B) 224.02º 0.85% 0.92% -
XYZ 19.03 13.28 79.4 -
YUV 88.8 209.94 89.63 -
System Red Green Blue C M Y K H S L
Decimal 35 88 234 0.85 0.62 0 0.08 224.02 0.83 0.53
Hex 23 58 EA 55 3E 0 8 E0 53 35
Octal 43 130 352 125 76 0 10 340 123 65
Binary 100011 1011000 11101010 1010101 111110 0 1000 11100000 1010011 110101

Color Harmonies of #2358EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2358EA

Black with #2358EA

Text Example


Text Example

White with #2358EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2358EA; }

 p { color: rgb(35,88,234); }

 H1.HeaderClassName
 {
   color: #2358EA;
 }
 .AnyTagClassName
 {
   color: #2358EA;
 }
</style>

background-color css

<style>
 a { background-color: #2358EA; }

 a { background-color: rgb(35,88,234); }

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

border-color css

<style>
 span { border-color: #2358EA; }

 span { border-color: rgb(35,88,234); }

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