Html Css Color HEX #038AFD Dodger Blue

📋 copy color: '#038AFD'

red 3 ◦ green 138 ◦ blue 253

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

Shades of Dodger Blue #038AFD

Tints of Dodger Blue #038AFD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.03%

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

R = 0.76%
G = 35.03%
B = 64.21%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#038AFD (or 0x038AFD) is known color: Dodger Blue. HEX triplet: 03, 8A and FD. RGB value is (3,138,253). Sum of RGB (Red+Green+Blue) = 3+138+253=394 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 253 (99.22% from 255 or 64.21% from 394); Max value from RGB is 253 - color contains mainly: blue. Hex color #038AFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038AFD is #FC7502. Grayscale: #6E6E6E. Windows color (decimal): -16545027 or 16615939. OLE color: 16615939.

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

Color convert

RGB 3 138 253 -
CMYK 0.99 0.45 0 0.01
HSL 207.6º 0.98% 0.5% -
HSV(B) 207.6º 0.99% 0.99% -
XYZ 26.86 25.29 96.39 -
YUV 110.75 208.27 51.15 -
System Red Green Blue C M Y K H S L
Decimal 3 138 253 0.99 0.45 0 0.01 207.6 0.98 0.5
Hex 3 8A FD 63 2D 0 1 D0 62 32
Octal 3 212 375 143 55 0 1 320 142 62
Binary 11 10001010 11111101 1100011 101101 0 1 11010000 1100010 110010

Color Harmonies of #038AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038AFD

Black with #038AFD

Text Example


Text Example

White with #038AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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