Html Css Color HEX #1461FC Dodger Blue

📋 copy color: '#1461FC'

red 20 ◦ green 97 ◦ blue 252

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

Shades of Dodger Blue #1461FC

Tints of Dodger Blue #1461FC

RGB

 RED value IS 20 (8.2% from 255) = 5.42%

 GREEN value IS 97 (38.28% from 255) = 26.29%

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

R = 5.42%
G = 26.29%
B = 68.29%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1461FC (or 0x1461FC) is known color: Dodger Blue. HEX triplet: 14, 61 and FC. RGB value is (20,97,252). Sum of RGB (Red+Green+Blue) = 20+97+252=369 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.42% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 252 (98.83% from 255 or 68.29% from 369); Max value from RGB is 252 - color contains mainly: blue. Hex color #1461FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1461FC is #EB9E03. Grayscale: #5A5A5A. Windows color (decimal): -15441412 or 16539924. OLE color: 16539924.

HSL color Cylindrical-coordinate representation of color #1461FC: hue angle of 220.09º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1461FC is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 20 97 252 -
CMYK 0.92 0.62 0 0.01
HSL 220.09º 0.97% 0.53% -
HSV(B) 220.09º 0.92% 0.99% -
XYZ 22.13 15.73 93.96 -
YUV 91.65 218.49 76.9 -
System Red Green Blue C M Y K H S L
Decimal 20 97 252 0.92 0.62 0 0.01 220.09 0.97 0.53
Hex 14 61 FC 5C 3E 0 1 DC 61 35
Octal 24 141 374 134 76 0 1 334 141 65
Binary 10100 1100001 11111100 1011100 111110 0 1 11011100 1100001 110101

Color Harmonies of #1461FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1461FC

Black with #1461FC

Text Example


Text Example

White with #1461FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1461FC; }

 p { color: rgb(20,97,252); }

 H1.HeaderClassName
 {
   color: #1461FC;
 }
 .AnyTagClassName
 {
   color: #1461FC;
 }
</style>

background-color css

<style>
 a { background-color: #1461FC; }

 a { background-color: rgb(20,97,252); }

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

border-color css

<style>
 span { border-color: #1461FC; }

 span { border-color: rgb(20,97,252); }

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