Html Css Color HEX #0598FF Dodger Blue

📋 copy color: '#0598FF'

red 5 ◦ green 152 ◦ blue 255

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

Shades of Dodger Blue #0598FF

Tints of Dodger Blue #0598FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 61.89%

R = 1.21%
G = 36.89%
B = 61.89%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0598FF (or 0x0598FF) is known color: Dodger Blue. HEX triplet: 05, 98 and FF. RGB value is (5,152,255). Sum of RGB (Red+Green+Blue) = 5+152+255=412 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #0598FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0598FF is #FA6700. Grayscale: #777777. Windows color (decimal): -16410369 or 16750597. OLE color: 16750597.

HSL color Cylindrical-coordinate representation of color #0598FF: hue angle of 204.72º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0598FF is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 5 152 255 -
CMYK 0.98 0.40 0 0
HSL 204.72º 1% 0.51% -
HSV(B) 204.72º 0.98% 1% -
XYZ 29.34 29.71 98.8 -
YUV 119.79 204.3 46.12 -
System Red Green Blue C M Y K H S L
Decimal 5 152 255 0.98 0.40 0 0 204.72 1 0.51
Hex 5 98 FF 62 28 0 0 CD 64 33
Octal 5 230 377 142 50 0 0 315 144 63
Binary 101 10011000 11111111 1100010 101000 0 0 11001101 1100100 110011

Color Harmonies of #0598FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0598FF

Black with #0598FF

Text Example


Text Example

White with #0598FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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