Html Css Color HEX #0488FD Dodger Blue

📋 copy color: '#0488FD'

red 4 ◦ green 136 ◦ blue 253

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

Shades of Dodger Blue #0488FD

Tints of Dodger Blue #0488FD

RGB

 RED value IS 4 (1.95% from 255) = 1.02%

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

 BLUE value IS 253 (99.22% from 255) = 64.38%

R = 1.02%
G = 34.61%
B = 64.38%

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

#0488FD (or 0x0488FD) is known color: Dodger Blue. HEX triplet: 04, 88 and FD. RGB value is (4,136,253). Sum of RGB (Red+Green+Blue) = 4+136+253=393 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 253 (99.22% from 255 or 64.38% from 393); Max value from RGB is 253 - color contains mainly: blue. Hex color #0488FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0488FD is #FB7702. Grayscale: #6D6D6D. Windows color (decimal): -16480003 or 16615428. OLE color: 16615428.

HSL color Cylindrical-coordinate representation of color #0488FD: hue angle of 208.19º 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 #0488FD is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 4 136 253 -
CMYK 0.98 0.46 0 0.01
HSL 208.19º 0.98% 0.5% -
HSV(B) 208.19º 0.98% 0.99% -
XYZ 26.58 24.73 96.3 -
YUV 109.87 208.77 52.49 -
System Red Green Blue C M Y K H S L
Decimal 4 136 253 0.98 0.46 0 0.01 208.19 0.98 0.5
Hex 4 88 FD 62 2E 0 1 D0 62 32
Octal 4 210 375 142 56 0 1 320 142 62
Binary 100 10001000 11111101 1100010 101110 0 1 11010000 1100010 110010

Color Harmonies of #0488FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0488FD

Black with #0488FD

Text Example


Text Example

White with #0488FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0488FD; }

 p { color: rgb(4,136,253); }

 H1.HeaderClassName
 {
   color: #0488FD;
 }
 .AnyTagClassName
 {
   color: #0488FD;
 }
</style>

background-color css

<style>
 a { background-color: #0488FD; }

 a { background-color: rgb(4,136,253); }

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

border-color css

<style>
 span { border-color: #0488FD; }

 span { border-color: rgb(4,136,253); }

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