Html Css Color HEX #038EFD Dodger Blue

📋 copy color: '#038EFD'

red 3 ◦ green 142 ◦ blue 253

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

Shades of Dodger Blue #038EFD

Tints of Dodger Blue #038EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.57%

R = 0.75%
G = 35.68%
B = 63.57%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#038EFD (or 0x038EFD) is known color: Dodger Blue. HEX triplet: 03, 8E and FD. RGB value is (3,142,253). Sum of RGB (Red+Green+Blue) = 3+142+253=398 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #038EFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038EFD is #FC7102. Grayscale: #707070. Windows color (decimal): -16544003 or 16616963. OLE color: 16616963.

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

Color convert

RGB 3 142 253 -
CMYK 0.99 0.44 0 0.01
HSL 206.64º 0.98% 0.5% -
HSV(B) 206.64º 0.99% 0.99% -
XYZ 27.44 26.46 96.59 -
YUV 113.09 206.95 49.47 -
System Red Green Blue C M Y K H S L
Decimal 3 142 253 0.99 0.44 0 0.01 206.64 0.98 0.5
Hex 3 8E FD 63 2C 0 1 CF 62 32
Octal 3 216 375 143 54 0 1 317 142 62
Binary 11 10001110 11111101 1100011 101100 0 1 11001111 1100010 110010

Color Harmonies of #038EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038EFD

Black with #038EFD

Text Example


Text Example

White with #038EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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