Html Css Color HEX #3CA2FC Dodger Blue

📋 copy color: '#3CA2FC'

red 60 ◦ green 162 ◦ blue 252

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

Shades of Dodger Blue #3CA2FC

Tints of Dodger Blue #3CA2FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.16%

R = 12.66%
G = 34.18%
B = 53.16%

CMYK

 C value IS 0.76

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3CA2FC (or 0x3CA2FC) is known color: Dodger Blue. HEX triplet: 3C, A2 and FC. RGB value is (60,162,252). Sum of RGB (Red+Green+Blue) = 60+162+252=474 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.66% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #3CA2FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CA2FC is #C35D03. Grayscale: #8D8D8D. Windows color (decimal): -12803332 or 16556604. OLE color: 16556604.

HSL color Cylindrical-coordinate representation of color #3CA2FC: hue angle of 208.12º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CA2FC is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 60 162 252 -
CMYK 0.76 0.36 0 0.01
HSL 208.13º 0.97% 0.61% -
HSV(B) 208.13º 0.76% 0.99% -
XYZ 32.35 33.83 96.92 -
YUV 141.76 190.21 69.68 -
System Red Green Blue C M Y K H S L
Decimal 60 162 252 0.76 0.36 0 0.01 208.13 0.97 0.61
Hex 3C A2 FC 4C 24 0 1 D0 61 3D
Octal 74 242 374 114 44 0 1 320 141 75
Binary 111100 10100010 11111100 1001100 100100 0 1 11010000 1100001 111101

Color Harmonies of #3CA2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA2FC

Black with #3CA2FC

Text Example


Text Example

White with #3CA2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,162,252); }

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

background-color css

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

 a { background-color: rgb(60,162,252); }

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

border-color css

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

 span { border-color: rgb(60,162,252); }

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