Html Css Color HEX #038AF0 Dodger Blue

📋 copy color: '#038AF0'

red 3 ◦ green 138 ◦ blue 240

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

Shades of Dodger Blue #038AF0

Tints of Dodger Blue #038AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 62.99%

R = 0.79%
G = 36.22%
B = 62.99%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#038AF0 (or 0x038AF0) is known color: Dodger Blue. HEX triplet: 03, 8A and F0. RGB value is (3,138,240). Sum of RGB (Red+Green+Blue) = 3+138+240=381 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 240 (94.14% from 255 or 62.99% from 381); Max value from RGB is 240 - color contains mainly: blue. Hex color #038AF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038AF0 is #FC750F. Grayscale: #6C6C6C. Windows color (decimal): -16545040 or 15763971. OLE color: 15763971.

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

Color convert

RGB 3 138 240 -
CMYK 0.99 0.42 0 0.06
HSL 205.82º 0.98% 0.48% -
HSV(B) 205.82º 0.99% 0.94% -
XYZ 24.85 24.49 85.85 -
YUV 109.26 201.77 52.21 -
System Red Green Blue C M Y K H S L
Decimal 3 138 240 0.99 0.42 0 0.06 205.82 0.98 0.48
Hex 3 8A F0 63 2A 0 6 CE 62 30
Octal 3 212 360 143 52 0 6 316 142 60
Binary 11 10001010 11110000 1100011 101010 0 110 11001110 1100010 110000

Color Harmonies of #038AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038AF0

Black with #038AF0

Text Example


Text Example

White with #038AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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