Html Css Color HEX #038DF0 Dodger Blue

📋 copy color: '#038DF0'

red 3 ◦ green 141 ◦ blue 240

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

Shades of Dodger Blue #038DF0

Tints of Dodger Blue #038DF0

RGB

 RED value IS 3 (1.56% from 255) = 0.78%

 GREEN value IS 141 (55.47% from 255) = 36.72%

 BLUE value IS 240 (94.14% from 255) = 62.5%

R = 0.78%
G = 36.72%
B = 62.5%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#038DF0 (or 0x038DF0) is known color: Dodger Blue. HEX triplet: 03, 8D and F0. RGB value is (3,141,240). Sum of RGB (Red+Green+Blue) = 3+141+240=384 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 240 (94.14% from 255 or 62.5% from 384); Max value from RGB is 240 - color contains mainly: blue. Hex color #038DF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038DF0 is #FC720F. Grayscale: #6E6E6E. Windows color (decimal): -16544272 or 15764739. OLE color: 15764739.

HSL color Cylindrical-coordinate representation of color #038DF0: hue angle of 205.06º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038DF0 is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 3 141 240 -
CMYK 0.99 0.41 0 0.06
HSL 205.06º 0.98% 0.48% -
HSV(B) 205.06º 0.99% 0.94% -
XYZ 25.29 25.36 86 -
YUV 111.02 200.78 50.95 -
System Red Green Blue C M Y K H S L
Decimal 3 141 240 0.99 0.41 0 0.06 205.06 0.98 0.48
Hex 3 8D F0 63 29 0 6 CD 62 30
Octal 3 215 360 143 51 0 6 315 142 60
Binary 11 10001101 11110000 1100011 101001 0 110 11001101 1100010 110000

Color Harmonies of #038DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038DF0

Black with #038DF0

Text Example


Text Example

White with #038DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038DF0; }

 p { color: rgb(3,141,240); }

 H1.HeaderClassName
 {
   color: #038DF0;
 }
 .AnyTagClassName
 {
   color: #038DF0;
 }
</style>

background-color css

<style>
 a { background-color: #038DF0; }

 a { background-color: rgb(3,141,240); }

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

border-color css

<style>
 span { border-color: #038DF0; }

 span { border-color: rgb(3,141,240); }

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