Html Css Color HEX #038DFC Dodger Blue

📋 copy color: '#038DFC'

red 3 ◦ green 141 ◦ blue 252

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

Shades of Dodger Blue #038DFC

Tints of Dodger Blue #038DFC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.61%

 BLUE value IS 252 (98.83% from 255) = 63.64%

R = 0.76%
G = 35.61%
B = 63.64%

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

#038DFC (or 0x038DFC) is known color: Dodger Blue. HEX triplet: 03, 8D and FC. RGB value is (3,141,252). Sum of RGB (Red+Green+Blue) = 3+141+252=396 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 252 (98.83% from 255 or 63.64% from 396); Max value from RGB is 252 - color contains mainly: blue. Hex color #038DFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038DFC is #FC7203. Grayscale: #6F6F6F. Windows color (decimal): -16544260 or 16551171. OLE color: 16551171.

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

Color convert

RGB 3 141 252 -
CMYK 0.99 0.44 0 0.01
HSL 206.75º 0.98% 0.5% -
HSV(B) 206.75º 0.99% 0.99% -
XYZ 27.13 26.1 95.7 -
YUV 112.39 206.78 49.97 -
System Red Green Blue C M Y K H S L
Decimal 3 141 252 0.99 0.44 0 0.01 206.75 0.98 0.5
Hex 3 8D FC 63 2C 0 1 CF 62 32
Octal 3 215 374 143 54 0 1 317 142 62
Binary 11 10001101 11111100 1100011 101100 0 1 11001111 1100010 110010

Color Harmonies of #038DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038DFC

Black with #038DFC

Text Example


Text Example

White with #038DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,141,252); }

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

background-color css

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

 a { background-color: rgb(3,141,252); }

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

border-color css

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

 span { border-color: rgb(3,141,252); }

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