Html Css Color HEX #3F8BEE Dodger Blue

📋 copy color: '#3F8BEE'

red 63 ◦ green 139 ◦ blue 238

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

Shades of Dodger Blue #3F8BEE

Tints of Dodger Blue #3F8BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.09%

R = 14.32%
G = 31.59%
B = 54.09%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3F8BEE (or 0x3F8BEE) is known color: Dodger Blue. HEX triplet: 3F, 8B and EE. RGB value is (63,139,238). Sum of RGB (Red+Green+Blue) = 63+139+238=440 (58% of max value = 765). Red value is 63 (25% from 255 or 14.32% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #3F8BEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F8BEE is #C07411. Grayscale: #7F7F7F. Windows color (decimal): -12612626 or 15633215. OLE color: 15633215.

HSL color Cylindrical-coordinate representation of color #3F8BEE: hue angle of 213.94º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F8BEE is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 63 139 238 -
CMYK 0.74 0.42 0 0.07
HSL 213.94º 0.84% 0.59% -
HSV(B) 213.94º 0.74% 0.93% -
XYZ 26.72 25.7 84.44 -
YUV 127.56 190.32 81.95 -
System Red Green Blue C M Y K H S L
Decimal 63 139 238 0.74 0.42 0 0.07 213.94 0.84 0.59
Hex 3F 8B EE 4A 2A 0 7 D6 54 3B
Octal 77 213 356 112 52 0 7 326 124 73
Binary 111111 10001011 11101110 1001010 101010 0 111 11010110 1010100 111011

Color Harmonies of #3F8BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8BEE

Black with #3F8BEE

Text Example


Text Example

White with #3F8BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,139,238); }

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

background-color css

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

 a { background-color: rgb(63,139,238); }

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

border-color css

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

 span { border-color: rgb(63,139,238); }

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