Html Css Color HEX #038CF0 Dodger Blue

📋 copy color: '#038CF0'

red 3 ◦ green 140 ◦ blue 240

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

Shades of Dodger Blue #038CF0

Tints of Dodger Blue #038CF0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.55%

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

R = 0.78%
G = 36.55%
B = 62.66%

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

#038CF0 (or 0x038CF0) is known color: Dodger Blue. HEX triplet: 03, 8C and F0. RGB value is (3,140,240). Sum of RGB (Red+Green+Blue) = 3+140+240=383 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 240 (94.14% from 255 or 62.66% from 383); Max value from RGB is 240 - color contains mainly: blue. Hex color #038CF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038CF0 is #FC730F. Grayscale: #6D6D6D. Windows color (decimal): -16544528 or 15764483. OLE color: 15764483.

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

Color convert

RGB 3 140 240 -
CMYK 0.99 0.42 0 0.06
HSL 205.32º 0.98% 0.48% -
HSV(B) 205.32º 0.99% 0.94% -
XYZ 25.14 25.07 85.95 -
YUV 110.44 201.11 51.37 -
System Red Green Blue C M Y K H S L
Decimal 3 140 240 0.99 0.42 0 0.06 205.32 0.98 0.48
Hex 3 8C F0 63 2A 0 6 CD 62 30
Octal 3 214 360 143 52 0 6 315 142 60
Binary 11 10001100 11110000 1100011 101010 0 110 11001101 1100010 110000

Color Harmonies of #038CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038CF0

Black with #038CF0

Text Example


Text Example

White with #038CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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