Html Css Color HEX #038CFF Dodger Blue

📋 copy color: '#038CFF'

red 3 ◦ green 140 ◦ blue 255

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

Shades of Dodger Blue #038CFF

Tints of Dodger Blue #038CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 64.07%

R = 0.75%
G = 35.18%
B = 64.07%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#038CFF (or 0x038CFF) is known color: Dodger Blue. HEX triplet: 03, 8C and FF. RGB value is (3,140,255). Sum of RGB (Red+Green+Blue) = 3+140+255=398 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #038CFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038CFF is #FC7300. Grayscale: #6F6F6F. Windows color (decimal): -16544513 or 16747523. OLE color: 16747523.

HSL color Cylindrical-coordinate representation of color #038CFF: hue angle of 207.38º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038CFF is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 3 140 255 -
CMYK 0.99 0.45 0 0
HSL 207.38º 1% 0.51% -
HSV(B) 207.38º 0.99% 1% -
XYZ 27.47 26 98.18 -
YUV 112.15 208.61 50.15 -
System Red Green Blue C M Y K H S L
Decimal 3 140 255 0.99 0.45 0 0 207.38 1 0.51
Hex 3 8C FF 63 2D 0 0 CF 64 33
Octal 3 214 377 143 55 0 0 317 144 63
Binary 11 10001100 11111111 1100011 101101 0 0 11001111 1100100 110011

Color Harmonies of #038CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038CFF

Black with #038CFF

Text Example


Text Example

White with #038CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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