Html Css Color HEX #3BA1FB Dodger Blue

📋 copy color: '#3BA1FB'

red 59 ◦ green 161 ◦ blue 251

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

Shades of Dodger Blue #3BA1FB

Tints of Dodger Blue #3BA1FB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.18%

 BLUE value IS 251 (98.44% from 255) = 53.29%

R = 12.53%
G = 34.18%
B = 53.29%

CMYK

 C value IS 0.76

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3BA1FB (or 0x3BA1FB) is known color: Dodger Blue. HEX triplet: 3B, A1 and FB. RGB value is (59,161,251). Sum of RGB (Red+Green+Blue) = 59+161+251=471 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.53% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #3BA1FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BA1FB is #C45E04. Grayscale: #8C8C8C. Windows color (decimal): -12869125 or 16490811. OLE color: 16490811.

HSL color Cylindrical-coordinate representation of color #3BA1FB: hue angle of 208.12º degrees, saturation: 0.96, 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 #3BA1FB is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 59 161 251 -
CMYK 0.76 0.36 0 0.02
HSL 208.13º 0.96% 0.61% -
HSV(B) 208.13º 0.76% 0.98% -
XYZ 31.96 33.38 96.03 -
YUV 140.76 190.21 69.68 -
System Red Green Blue C M Y K H S L
Decimal 59 161 251 0.76 0.36 0 0.02 208.13 0.96 0.61
Hex 3B A1 FB 4C 24 0 2 D0 60 3D
Octal 73 241 373 114 44 0 2 320 140 75
Binary 111011 10100001 11111011 1001100 100100 0 10 11010000 1100000 111101

Color Harmonies of #3BA1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA1FB

Black with #3BA1FB

Text Example


Text Example

White with #3BA1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,161,251); }

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

background-color css

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

 a { background-color: rgb(59,161,251); }

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

border-color css

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

 span { border-color: rgb(59,161,251); }

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