Html Css Color HEX #038DF7 Dodger Blue

📋 copy color: '#038DF7'

red 3 ◦ green 141 ◦ blue 247

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

Shades of Dodger Blue #038DF7

Tints of Dodger Blue #038DF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 63.17%

R = 0.77%
G = 36.06%
B = 63.17%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#038DF7 (or 0x038DF7) is known color: Dodger Blue. HEX triplet: 03, 8D and F7. RGB value is (3,141,247). Sum of RGB (Red+Green+Blue) = 3+141+247=391 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 247 (96.88% from 255 or 63.17% from 391); Max value from RGB is 247 - color contains mainly: blue. Hex color #038DF7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038DF7 is #FC7208. Grayscale: #6F6F6F. Windows color (decimal): -16544265 or 16223491. OLE color: 16223491.

HSL color Cylindrical-coordinate representation of color #038DF7: hue angle of 206.07º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038DF7 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 3 141 247 -
CMYK 0.99 0.43 0 0.03
HSL 206.07º 0.98% 0.49% -
HSV(B) 206.07º 0.99% 0.97% -
XYZ 26.35 25.78 91.58 -
YUV 111.82 204.28 50.38 -
System Red Green Blue C M Y K H S L
Decimal 3 141 247 0.99 0.43 0 0.03 206.07 0.98 0.49
Hex 3 8D F7 63 2B 0 3 CE 62 31
Octal 3 215 367 143 53 0 3 316 142 61
Binary 11 10001101 11110111 1100011 101011 0 11 11001110 1100010 110001

Color Harmonies of #038DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038DF7

Black with #038DF7

Text Example


Text Example

White with #038DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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