Html Css Color HEX #0588FC Dodger Blue

📋 copy color: '#0588FC'

red 5 ◦ green 136 ◦ blue 252

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

Shades of Dodger Blue #0588FC

Tints of Dodger Blue #0588FC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.61%

 BLUE value IS 252 (98.83% from 255) = 64.12%

R = 1.27%
G = 34.61%
B = 64.12%

CMYK

 C value IS 0.98

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0588FC (or 0x0588FC) is known color: Dodger Blue. HEX triplet: 05, 88 and FC. RGB value is (5,136,252). Sum of RGB (Red+Green+Blue) = 5+136+252=393 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.27% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 252 (98.83% from 255 or 64.12% from 393); Max value from RGB is 252 - color contains mainly: blue. Hex color #0588FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0588FC is #FA7703. Grayscale: #6D6D6D. Windows color (decimal): -16414468 or 16549893. OLE color: 16549893.

HSL color Cylindrical-coordinate representation of color #0588FC: hue angle of 208.18º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0588FC is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 5 136 252 -
CMYK 0.98 0.46 0 0.01
HSL 208.18º 0.98% 0.5% -
HSV(B) 208.18º 0.98% 0.99% -
XYZ 26.44 24.67 95.46 -
YUV 110.06 208.1 53.07 -
System Red Green Blue C M Y K H S L
Decimal 5 136 252 0.98 0.46 0 0.01 208.18 0.98 0.5
Hex 5 88 FC 62 2E 0 1 D0 62 32
Octal 5 210 374 142 56 0 1 320 142 62
Binary 101 10001000 11111100 1100010 101110 0 1 11010000 1100010 110010

Color Harmonies of #0588FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0588FC

Black with #0588FC

Text Example


Text Example

White with #0588FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0588FC; }

 p { color: rgb(5,136,252); }

 H1.HeaderClassName
 {
   color: #0588FC;
 }
 .AnyTagClassName
 {
   color: #0588FC;
 }
</style>

background-color css

<style>
 a { background-color: #0588FC; }

 a { background-color: rgb(5,136,252); }

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

border-color css

<style>
 span { border-color: #0588FC; }

 span { border-color: rgb(5,136,252); }

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