Html Css Color HEX #3CA5FE Dodger Blue

📋 copy color: '#3CA5FE'

red 60 ◦ green 165 ◦ blue 254

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

Shades of Dodger Blue #3CA5FE

Tints of Dodger Blue #3CA5FE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.45%

 BLUE value IS 254 (99.61% from 255) = 53.03%

R = 12.53%
G = 34.45%
B = 53.03%

CMYK

 C value IS 0.76

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3CA5FE (or 0x3CA5FE) is known color: Dodger Blue. HEX triplet: 3C, A5 and FE. RGB value is (60,165,254). Sum of RGB (Red+Green+Blue) = 60+165+254=479 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.53% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #3CA5FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CA5FE is #C35A01. Grayscale: #8F8F8F. Windows color (decimal): -12802562 or 16688444. OLE color: 16688444.

HSL color Cylindrical-coordinate representation of color #3CA5FE: hue angle of 207.53º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CA5FE is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 60 165 254 -
CMYK 0.76 0.35 0 0.00
HSL 207.53º 0.99% 0.62% -
HSV(B) 207.53º 0.76% 1% -
XYZ 33.21 35.03 98.78 -
YUV 143.75 190.21 68.26 -
System Red Green Blue C M Y K H S L
Decimal 60 165 254 0.76 0.35 0 0.00 207.53 0.99 0.62
Hex 3C A5 FE 4C 23 0 0 D0 63 3E
Octal 74 245 376 114 43 0 0 320 143 76
Binary 111100 10100101 11111110 1001100 100011 0 0 11010000 1100011 111110

Color Harmonies of #3CA5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA5FE

Black with #3CA5FE

Text Example


Text Example

White with #3CA5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,165,254); }

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

background-color css

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

 a { background-color: rgb(60,165,254); }

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

border-color css

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

 span { border-color: rgb(60,165,254); }

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