Html Css Color HEX #3BA1F9 Dodger Blue

📋 copy color: '#3BA1F9'

red 59 ◦ green 161 ◦ blue 249

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

Shades of Dodger Blue #3BA1F9

Tints of Dodger Blue #3BA1F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 53.09%

R = 12.58%
G = 34.33%
B = 53.09%

CMYK

 C value IS 0.76

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3BA1F9 (or 0x3BA1F9) is known color: Dodger Blue. HEX triplet: 3B, A1 and F9. RGB value is (59,161,249). Sum of RGB (Red+Green+Blue) = 59+161+249=469 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.58% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 249 (97.66% from 255 or 53.09% from 469); Max value from RGB is 249 - color contains mainly: blue. Hex color #3BA1F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BA1F9 is #C45E06. Grayscale: #8C8C8C. Windows color (decimal): -12869127 or 16359739. OLE color: 16359739.

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

Color convert

RGB 59 161 249 -
CMYK 0.76 0.35 0 0.02
HSL 207.79º 0.94% 0.6% -
HSV(B) 207.79º 0.76% 0.98% -
XYZ 31.65 33.26 94.37 -
YUV 140.53 189.21 69.84 -
System Red Green Blue C M Y K H S L
Decimal 59 161 249 0.76 0.35 0 0.02 207.79 0.94 0.6
Hex 3B A1 F9 4C 23 0 2 D0 5E 3C
Octal 73 241 371 114 43 0 2 320 136 74
Binary 111011 10100001 11111001 1001100 100011 0 10 11010000 1011110 111100

Color Harmonies of #3BA1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA1F9

Black with #3BA1F9

Text Example


Text Example

White with #3BA1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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