Html Css Color HEX #038BF2 Dodger Blue

📋 copy color: '#038BF2'

red 3 ◦ green 139 ◦ blue 242

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

Shades of Dodger Blue #038BF2

Tints of Dodger Blue #038BF2

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.2%

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

R = 0.78%
G = 36.2%
B = 63.02%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#038BF2 (or 0x038BF2) is known color: Dodger Blue. HEX triplet: 03, 8B and F2. RGB value is (3,139,242). Sum of RGB (Red+Green+Blue) = 3+139+242=384 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 242 (94.92% from 255 or 63.02% from 384); Max value from RGB is 242 - color contains mainly: blue. Hex color #038BF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038BF2 is #FC740D. Grayscale: #6D6D6D. Windows color (decimal): -16544782 or 15895299. OLE color: 15895299.

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

Color convert

RGB 3 139 242 -
CMYK 0.99 0.43 0 0.05
HSL 205.86º 0.98% 0.48% -
HSV(B) 205.86º 0.99% 0.95% -
XYZ 25.3 24.9 87.48 -
YUV 110.08 202.44 51.62 -
System Red Green Blue C M Y K H S L
Decimal 3 139 242 0.99 0.43 0 0.05 205.86 0.98 0.48
Hex 3 8B F2 63 2B 0 5 CE 62 30
Octal 3 213 362 143 53 0 5 316 142 60
Binary 11 10001011 11110010 1100011 101011 0 101 11001110 1100010 110000

Color Harmonies of #038BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038BF2

Black with #038BF2

Text Example


Text Example

White with #038BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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