Html Css Color HEX #038CEF Dodger Blue

📋 copy color: '#038CEF'

red 3 ◦ green 140 ◦ blue 239

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

Shades of Dodger Blue #038CEF

Tints of Dodger Blue #038CEF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.65%

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

R = 0.79%
G = 36.65%
B = 62.57%

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

#038CEF (or 0x038CEF) is known color: Dodger Blue. HEX triplet: 03, 8C and EF. RGB value is (3,140,239). Sum of RGB (Red+Green+Blue) = 3+140+239=382 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 239 (93.75% from 255 or 62.57% from 382); Max value from RGB is 239 - color contains mainly: blue. Hex color #038CEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038CEF is #FC7310. Grayscale: #6D6D6D. Windows color (decimal): -16544529 or 15698947. OLE color: 15698947.

HSL color Cylindrical-coordinate representation of color #038CEF: hue angle of 205.17º 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 #038CEF is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 3 140 239 -
CMYK 0.99 0.41 0 0.06
HSL 205.17º 0.98% 0.47% -
HSV(B) 205.17º 0.99% 0.94% -
XYZ 25 25.01 85.17 -
YUV 110.32 200.61 51.45 -
System Red Green Blue C M Y K H S L
Decimal 3 140 239 0.99 0.41 0 0.06 205.17 0.98 0.47
Hex 3 8C EF 63 29 0 6 CD 62 2F
Octal 3 214 357 143 51 0 6 315 142 57
Binary 11 10001100 11101111 1100011 101001 0 110 11001101 1100010 101111

Color Harmonies of #038CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038CEF

Black with #038CEF

Text Example


Text Example

White with #038CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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