Html Css Color HEX #3F8CEF Dodger Blue

📋 copy color: '#3F8CEF'

red 63 ◦ green 140 ◦ blue 239

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

Shades of Dodger Blue #3F8CEF

Tints of Dodger Blue #3F8CEF

RGB

 RED value IS 63 (25% from 255) = 14.25%

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

 BLUE value IS 239 (93.75% from 255) = 54.07%

R = 14.25%
G = 31.67%
B = 54.07%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3F8CEF (or 0x3F8CEF) is known color: Dodger Blue. HEX triplet: 3F, 8C and EF. RGB value is (63,140,239). Sum of RGB (Red+Green+Blue) = 63+140+239=442 (58% of max value = 765). Red value is 63 (25% from 255 or 14.25% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #3F8CEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F8CEF is #C07310. Grayscale: #7F7F7F. Windows color (decimal): -12612369 or 15699007. OLE color: 15699007.

HSL color Cylindrical-coordinate representation of color #3F8CEF: hue angle of 213.75º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F8CEF is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 63 140 239 -
CMYK 0.74 0.41 0 0.06
HSL 213.75º 0.85% 0.59% -
HSV(B) 213.75º 0.74% 0.94% -
XYZ 27.01 26.04 85.27 -
YUV 128.26 190.49 81.45 -
System Red Green Blue C M Y K H S L
Decimal 63 140 239 0.74 0.41 0 0.06 213.75 0.85 0.59
Hex 3F 8C EF 4A 29 0 6 D6 55 3B
Octal 77 214 357 112 51 0 6 326 125 73
Binary 111111 10001100 11101111 1001010 101001 0 110 11010110 1010101 111011

Color Harmonies of #3F8CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8CEF

Black with #3F8CEF

Text Example


Text Example

White with #3F8CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F8CEF; }

 p { color: rgb(63,140,239); }

 H1.HeaderClassName
 {
   color: #3F8CEF;
 }
 .AnyTagClassName
 {
   color: #3F8CEF;
 }
</style>

background-color css

<style>
 a { background-color: #3F8CEF; }

 a { background-color: rgb(63,140,239); }

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

border-color css

<style>
 span { border-color: #3F8CEF; }

 span { border-color: rgb(63,140,239); }

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