Html Css Color HEX #0598EB Dodger Blue

📋 copy color: '#0598EB'

red 5 ◦ green 152 ◦ blue 235

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

Shades of Dodger Blue #0598EB

Tints of Dodger Blue #0598EB

RGB

 RED value IS 5 (2.34% from 255) = 1.28%

 GREEN value IS 152 (59.77% from 255) = 38.78%

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

R = 1.28%
G = 38.78%
B = 59.95%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0598EB (or 0x0598EB) is known color: Dodger Blue. HEX triplet: 05, 98 and EB. RGB value is (5,152,235). Sum of RGB (Red+Green+Blue) = 5+152+235=392 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.28% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 235 (92.19% from 255 or 59.95% from 392); Max value from RGB is 235 - color contains mainly: blue. Hex color #0598EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0598EB is #FA6714. Grayscale: #757575. Windows color (decimal): -16410389 or 15439877. OLE color: 15439877.

HSL color Cylindrical-coordinate representation of color #0598EB: hue angle of 201.65º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0598EB is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 5 152 235 -
CMYK 0.98 0.35 0 0.08
HSL 201.65º 0.96% 0.47% -
HSV(B) 201.65º 0.98% 0.92% -
XYZ 26.29 28.49 82.71 -
YUV 117.51 194.3 47.75 -
System Red Green Blue C M Y K H S L
Decimal 5 152 235 0.98 0.35 0 0.08 201.65 0.96 0.47
Hex 5 98 EB 62 23 0 8 CA 60 2F
Octal 5 230 353 142 43 0 10 312 140 57
Binary 101 10011000 11101011 1100010 100011 0 1000 11001010 1100000 101111

Color Harmonies of #0598EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0598EB

Black with #0598EB

Text Example


Text Example

White with #0598EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,152,235); }

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

background-color css

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

 a { background-color: rgb(5,152,235); }

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

border-color css

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

 span { border-color: rgb(5,152,235); }

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