Html Css Color HEX #038DEF Dodger Blue

📋 copy color: '#038DEF'

red 3 ◦ green 141 ◦ blue 239

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

Shades of Dodger Blue #038DEF

Tints of Dodger Blue #038DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 62.4%

R = 0.78%
G = 36.81%
B = 62.4%

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

#038DEF (or 0x038DEF) is known color: Dodger Blue. HEX triplet: 03, 8D and EF. RGB value is (3,141,239). Sum of RGB (Red+Green+Blue) = 3+141+239=383 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 239 (93.75% from 255 or 62.40% from 383); Max value from RGB is 239 - color contains mainly: blue. Hex color #038DEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038DEF is #FC7210. Grayscale: #6E6E6E. Windows color (decimal): -16544273 or 15699203. OLE color: 15699203.

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

Color convert

RGB 3 141 239 -
CMYK 0.99 0.41 0 0.06
HSL 204.92º 0.98% 0.47% -
HSV(B) 204.92º 0.99% 0.94% -
XYZ 25.14 25.3 85.22 -
YUV 110.91 200.28 51.03 -
System Red Green Blue C M Y K H S L
Decimal 3 141 239 0.99 0.41 0 0.06 204.92 0.98 0.47
Hex 3 8D EF 63 29 0 6 CD 62 2F
Octal 3 215 357 143 51 0 6 315 142 57
Binary 11 10001101 11101111 1100011 101001 0 110 11001101 1100010 101111

Color Harmonies of #038DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038DEF

Black with #038DEF

Text Example


Text Example

White with #038DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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