Html Css Color HEX #3B8CFA Dodger Blue

📋 copy color: '#3B8CFA'

red 59 ◦ green 140 ◦ blue 250

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

Shades of Dodger Blue #3B8CFA

Tints of Dodger Blue #3B8CFA

RGB

 RED value IS 59 (23.44% from 255) = 13.14%

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

 BLUE value IS 250 (98.05% from 255) = 55.68%

R = 13.14%
G = 31.18%
B = 55.68%

CMYK

 C value IS 0.76

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3B8CFA (or 0x3B8CFA) is known color: Dodger Blue. HEX triplet: 3B, 8C and FA. RGB value is (59,140,250). Sum of RGB (Red+Green+Blue) = 59+140+250=449 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.14% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #3B8CFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3B8CFA is #C47305. Grayscale: #7F7F7F. Windows color (decimal): -12874502 or 16419899. OLE color: 16419899.

HSL color Cylindrical-coordinate representation of color #3B8CFA: hue angle of 214.55º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B8CFA is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 59 140 250 -
CMYK 0.76 0.44 0 0.02
HSL 214.56º 0.95% 0.61% -
HSV(B) 214.56º 0.76% 0.98% -
XYZ 28.44 26.59 94.08 -
YUV 128.32 196.66 78.56 -
System Red Green Blue C M Y K H S L
Decimal 59 140 250 0.76 0.44 0 0.02 214.56 0.95 0.61
Hex 3B 8C FA 4C 2C 0 2 D7 5F 3D
Octal 73 214 372 114 54 0 2 327 137 75
Binary 111011 10001100 11111010 1001100 101100 0 10 11010111 1011111 111101

Color Harmonies of #3B8CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8CFA

Black with #3B8CFA

Text Example


Text Example

White with #3B8CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,140,250); }

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

background-color css

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

 a { background-color: rgb(59,140,250); }

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

border-color css

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

 span { border-color: rgb(59,140,250); }

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