Html Css Color HEX #3BA2FA Dodger Blue

📋 copy color: '#3BA2FA'

red 59 ◦ green 162 ◦ blue 250

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

Shades of Dodger Blue #3BA2FA

Tints of Dodger Blue #3BA2FA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.39%

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

R = 12.53%
G = 34.39%
B = 53.08%

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

#3BA2FA (or 0x3BA2FA) is known color: Dodger Blue. HEX triplet: 3B, A2 and FA. RGB value is (59,162,250). Sum of RGB (Red+Green+Blue) = 59+162+250=471 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.53% from 471); Green value is 162 (63.67% from 255 or 34.39% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #3BA2FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BA2FA is #C45D05. Grayscale: #8C8C8C. Windows color (decimal): -12868870 or 16425531. OLE color: 16425531.

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

Color convert

RGB 59 162 250 -
CMYK 0.76 0.35 0 0.02
HSL 207.64º 0.95% 0.61% -
HSV(B) 207.64º 0.76% 0.98% -
XYZ 31.98 33.67 95.26 -
YUV 141.24 189.38 69.34 -
System Red Green Blue C M Y K H S L
Decimal 59 162 250 0.76 0.35 0 0.02 207.64 0.95 0.61
Hex 3B A2 FA 4C 23 0 2 D0 5F 3D
Octal 73 242 372 114 43 0 2 320 137 75
Binary 111011 10100010 11111010 1001100 100011 0 10 11010000 1011111 111101

Color Harmonies of #3BA2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA2FA

Black with #3BA2FA

Text Example


Text Example

White with #3BA2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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