Html Css Color HEX #3BA0FD Dodger Blue

📋 copy color: '#3BA0FD'

red 59 ◦ green 160 ◦ blue 253

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

Shades of Dodger Blue #3BA0FD

Tints of Dodger Blue #3BA0FD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.9%

 BLUE value IS 253 (99.22% from 255) = 53.6%

R = 12.5%
G = 33.9%
B = 53.6%

CMYK

 C value IS 0.77

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3BA0FD (or 0x3BA0FD) is known color: Dodger Blue. HEX triplet: 3B, A0 and FD. RGB value is (59,160,253). Sum of RGB (Red+Green+Blue) = 59+160+253=472 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.5% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #3BA0FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BA0FD is #C45F02. Grayscale: #8B8B8B. Windows color (decimal): -12869379 or 16621627. OLE color: 16621627.

HSL color Cylindrical-coordinate representation of color #3BA0FD: hue angle of 208.76º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BA0FD is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 59 160 253 -
CMYK 0.77 0.37 0 0.01
HSL 208.76º 0.98% 0.61% -
HSV(B) 208.76º 0.77% 0.99% -
XYZ 32.1 33.16 97.64 -
YUV 140.4 191.54 69.94 -
System Red Green Blue C M Y K H S L
Decimal 59 160 253 0.77 0.37 0 0.01 208.76 0.98 0.61
Hex 3B A0 FD 4D 25 0 1 D1 62 3D
Octal 73 240 375 115 45 0 1 321 142 75
Binary 111011 10100000 11111101 1001101 100101 0 1 11010001 1100010 111101

Color Harmonies of #3BA0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA0FD

Black with #3BA0FD

Text Example


Text Example

White with #3BA0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,160,253); }

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

background-color css

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

 a { background-color: rgb(59,160,253); }

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

border-color css

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

 span { border-color: rgb(59,160,253); }

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