Html Css Color HEX #038EFF Dodger Blue

📋 copy color: '#038EFF'

red 3 ◦ green 142 ◦ blue 255

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

Shades of Dodger Blue #038EFF

Tints of Dodger Blue #038EFF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.5%

 BLUE value IS 255 (100% from 255) = 63.75%

R = 0.75%
G = 35.5%
B = 63.75%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#038EFF (or 0x038EFF) is known color: Dodger Blue. HEX triplet: 03, 8E and FF. RGB value is (3,142,255). Sum of RGB (Red+Green+Blue) = 3+142+255=400 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #038EFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038EFF is #FC7100. Grayscale: #707070. Windows color (decimal): -16544001 or 16748035. OLE color: 16748035.

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

Color convert

RGB 3 142 255 -
CMYK 0.99 0.44 0 0
HSL 206.9º 1% 0.51% -
HSV(B) 206.9º 0.99% 1% -
XYZ 27.76 26.59 98.28 -
YUV 113.32 207.95 49.31 -
System Red Green Blue C M Y K H S L
Decimal 3 142 255 0.99 0.44 0 0 206.9 1 0.51
Hex 3 8E FF 63 2C 0 0 CF 64 33
Octal 3 216 377 143 54 0 0 317 144 63
Binary 11 10001110 11111111 1100011 101100 0 0 11001111 1100100 110011

Color Harmonies of #038EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038EFF

Black with #038EFF

Text Example


Text Example

White with #038EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,142,255); }

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

background-color css

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

 a { background-color: rgb(3,142,255); }

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

border-color css

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

 span { border-color: rgb(3,142,255); }

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