Html Css Color HEX #038DF2 Dodger Blue

📋 copy color: '#038DF2'

red 3 ◦ green 141 ◦ blue 242

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

Shades of Dodger Blue #038DF2

Tints of Dodger Blue #038DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 62.69%

R = 0.78%
G = 36.53%
B = 62.69%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#038DF2 (or 0x038DF2) is known color: Dodger Blue. HEX triplet: 03, 8D and F2. RGB value is (3,141,242). Sum of RGB (Red+Green+Blue) = 3+141+242=386 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 242 (94.92% from 255 or 62.69% from 386); Max value from RGB is 242 - color contains mainly: blue. Hex color #038DF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038DF2 is #FC720D. Grayscale: #6E6E6E. Windows color (decimal): -16544270 or 15895811. OLE color: 15895811.

HSL color Cylindrical-coordinate representation of color #038DF2: hue angle of 205.36º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038DF2 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 3 141 242 -
CMYK 0.99 0.42 0 0.05
HSL 205.36º 0.98% 0.48% -
HSV(B) 205.36º 0.99% 0.95% -
XYZ 25.59 25.48 87.57 -
YUV 111.25 201.78 50.79 -
System Red Green Blue C M Y K H S L
Decimal 3 141 242 0.99 0.42 0 0.05 205.36 0.98 0.48
Hex 3 8D F2 63 2A 0 5 CD 62 30
Octal 3 215 362 143 52 0 5 315 142 60
Binary 11 10001101 11110010 1100011 101010 0 101 11001101 1100010 110000

Color Harmonies of #038DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038DF2

Black with #038DF2

Text Example


Text Example

White with #038DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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