Html Css Color HEX #2358EB Royal Blue

📋 copy color: '#2358EB'

red 35 ◦ green 88 ◦ blue 235

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

Shades of Royal Blue #2358EB

Tints of Royal Blue #2358EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 65.64%

R = 9.78%
G = 24.58%
B = 65.64%

CMYK

 C value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2358EB (or 0x2358EB) is known color: Royal Blue. HEX triplet: 23, 58 and EB. RGB value is (35,88,235). Sum of RGB (Red+Green+Blue) = 35+88+235=358 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.78% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 235 (92.19% from 255 or 65.64% from 358); Max value from RGB is 235 - color contains mainly: blue. Hex color #2358EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2358EB is #DCA714. Grayscale: #585858. Windows color (decimal): -14460693 or 15423523. OLE color: 15423523.

HSL color Cylindrical-coordinate representation of color #2358EB: hue angle of 224.1º 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 #2358EB is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 35 88 235 -
CMYK 0.85 0.63 0 0.08
HSL 224.1º 0.83% 0.53% -
HSV(B) 224.1º 0.85% 0.92% -
XYZ 19.18 13.33 80.16 -
YUV 88.91 210.44 89.55 -
System Red Green Blue C M Y K H S L
Decimal 35 88 235 0.85 0.63 0 0.08 224.1 0.83 0.53
Hex 23 58 EB 55 3F 0 8 E0 53 35
Octal 43 130 353 125 77 0 10 340 123 65
Binary 100011 1011000 11101011 1010101 111111 0 1000 11100000 1010011 110101

Color Harmonies of #2358EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2358EB

Black with #2358EB

Text Example


Text Example

White with #2358EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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