Html Css Color HEX #3C95FB Dodger Blue

📋 copy color: '#3C95FB'

red 60 ◦ green 149 ◦ blue 251

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

Shades of Dodger Blue #3C95FB

Tints of Dodger Blue #3C95FB

RGB

 RED value IS 60 (23.83% from 255) = 13.04%

 GREEN value IS 149 (58.59% from 255) = 32.39%

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

R = 13.04%
G = 32.39%
B = 54.57%

CMYK

 C value IS 0.76

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3C95FB (or 0x3C95FB) is known color: Dodger Blue. HEX triplet: 3C, 95 and FB. RGB value is (60,149,251). Sum of RGB (Red+Green+Blue) = 60+149+251=460 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.04% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 251 (98.44% from 255 or 54.57% from 460); Max value from RGB is 251 - color contains mainly: blue. Hex color #3C95FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3C95FB is #C36A04. Grayscale: #858585. Windows color (decimal): -12806661 or 16487740. OLE color: 16487740.

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

Color convert

RGB 60 149 251 -
CMYK 0.76 0.41 0 0.02
HSL 212.04º 0.96% 0.61% -
HSV(B) 212.04º 0.76% 0.98% -
XYZ 30.02 29.42 95.36 -
YUV 134.02 194.01 75.21 -
System Red Green Blue C M Y K H S L
Decimal 60 149 251 0.76 0.41 0 0.02 212.04 0.96 0.61
Hex 3C 95 FB 4C 29 0 2 D4 60 3D
Octal 74 225 373 114 51 0 2 324 140 75
Binary 111100 10010101 11111011 1001100 101001 0 10 11010100 1100000 111101

Color Harmonies of #3C95FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C95FB

Black with #3C95FB

Text Example


Text Example

White with #3C95FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,149,251); }

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

background-color css

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

 a { background-color: rgb(60,149,251); }

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

border-color css

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

 span { border-color: rgb(60,149,251); }

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