Html Css Color HEX #3BA0FA Dodger Blue

📋 copy color: '#3BA0FA'

red 59 ◦ green 160 ◦ blue 250

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

Shades of Dodger Blue #3BA0FA

Tints of Dodger Blue #3BA0FA

RGB

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

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

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

R = 12.58%
G = 34.12%
B = 53.3%

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

#3BA0FA (or 0x3BA0FA) is known color: Dodger Blue. HEX triplet: 3B, A0 and FA. RGB value is (59,160,250). Sum of RGB (Red+Green+Blue) = 59+160+250=469 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.58% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #3BA0FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BA0FA is #C45F05. Grayscale: #8B8B8B. Windows color (decimal): -12869382 or 16425019. OLE color: 16425019.

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

Color convert

RGB 59 160 250 -
CMYK 0.76 0.36 0 0.02
HSL 208.27º 0.95% 0.61% -
HSV(B) 208.27º 0.76% 0.98% -
XYZ 31.63 32.97 95.14 -
YUV 140.06 190.04 70.18 -
System Red Green Blue C M Y K H S L
Decimal 59 160 250 0.76 0.36 0 0.02 208.27 0.95 0.61
Hex 3B A0 FA 4C 24 0 2 D0 5F 3D
Octal 73 240 372 114 44 0 2 320 137 75
Binary 111011 10100000 11111010 1001100 100100 0 10 11010000 1011111 111101

Color Harmonies of #3BA0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA0FA

Black with #3BA0FA

Text Example


Text Example

White with #3BA0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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