Html Css Color HEX #038FEF Dodger Blue

📋 copy color: '#038FEF'

red 3 ◦ green 143 ◦ blue 239

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

Shades of Dodger Blue #038FEF

Tints of Dodger Blue #038FEF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.14%

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

R = 0.78%
G = 37.14%
B = 62.08%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#038FEF (or 0x038FEF) is known color: Dodger Blue. HEX triplet: 03, 8F and EF. RGB value is (3,143,239). Sum of RGB (Red+Green+Blue) = 3+143+239=385 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 239 (93.75% from 255 or 62.08% from 385); Max value from RGB is 239 - color contains mainly: blue. Hex color #038FEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038FEF is #FC7010. Grayscale: #6F6F6F. Windows color (decimal): -16543761 or 15699715. OLE color: 15699715.

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

Color convert

RGB 3 143 239 -
CMYK 0.99 0.40 0 0.06
HSL 204.41º 0.98% 0.47% -
HSV(B) 204.41º 0.99% 0.94% -
XYZ 25.44 25.9 85.32 -
YUV 112.08 199.62 50.19 -
System Red Green Blue C M Y K H S L
Decimal 3 143 239 0.99 0.40 0 0.06 204.41 0.98 0.47
Hex 3 8F EF 63 28 0 6 CC 62 2F
Octal 3 217 357 143 50 0 6 314 142 57
Binary 11 10001111 11101111 1100011 101000 0 110 11001100 1100010 101111

Color Harmonies of #038FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038FEF

Black with #038FEF

Text Example


Text Example

White with #038FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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