Html Css Color HEX #038DFE Dodger Blue

📋 copy color: '#038DFE'

red 3 ◦ green 141 ◦ blue 254

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

Shades of Dodger Blue #038DFE

Tints of Dodger Blue #038DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 63.82%

R = 0.75%
G = 35.43%
B = 63.82%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#038DFE (or 0x038DFE) is known color: Dodger Blue. HEX triplet: 03, 8D and FE. RGB value is (3,141,254). Sum of RGB (Red+Green+Blue) = 3+141+254=398 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #038DFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038DFE is #FC7201. Grayscale: #707070. Windows color (decimal): -16544258 or 16682243. OLE color: 16682243.

HSL color Cylindrical-coordinate representation of color #038DFE: hue angle of 207.01º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038DFE is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 3 141 254 -
CMYK 0.99 0.44 0 0.00
HSL 207.01º 0.99% 0.5% -
HSV(B) 207.01º 0.99% 1% -
XYZ 27.45 26.22 97.38 -
YUV 112.62 207.78 49.81 -
System Red Green Blue C M Y K H S L
Decimal 3 141 254 0.99 0.44 0 0.00 207.01 0.99 0.5
Hex 3 8D FE 63 2C 0 0 CF 63 32
Octal 3 215 376 143 54 0 0 317 143 62
Binary 11 10001101 11111110 1100011 101100 0 0 11001111 1100011 110010

Color Harmonies of #038DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038DFE

Black with #038DFE

Text Example


Text Example

White with #038DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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