Html Css Color HEX #1492FC Dodger Blue

📋 copy color: '#1492FC'

red 20 ◦ green 146 ◦ blue 252

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

Shades of Dodger Blue #1492FC

Tints of Dodger Blue #1492FC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.93%

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

R = 4.78%
G = 34.93%
B = 60.29%

CMYK

 C value IS 0.92

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1492FC (or 0x1492FC) is known color: Dodger Blue. HEX triplet: 14, 92 and FC. RGB value is (20,146,252). Sum of RGB (Red+Green+Blue) = 20+146+252=418 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.78% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 252 (98.83% from 255 or 60.29% from 418); Max value from RGB is 252 - color contains mainly: blue. Hex color #1492FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1492FC is #EB6D03. Grayscale: #777777. Windows color (decimal): -15428868 or 16552468. OLE color: 16552468.

HSL color Cylindrical-coordinate representation of color #1492FC: hue angle of 207.41º 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 #1492FC is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 20 146 252 -
CMYK 0.92 0.42 0 0.01
HSL 207.41º 0.97% 0.53% -
HSV(B) 207.41º 0.92% 0.99% -
XYZ 28.14 27.73 95.97 -
YUV 120.41 202.26 56.38 -
System Red Green Blue C M Y K H S L
Decimal 20 146 252 0.92 0.42 0 0.01 207.41 0.97 0.53
Hex 14 92 FC 5C 2A 0 1 CF 61 35
Octal 24 222 374 134 52 0 1 317 141 65
Binary 10100 10010010 11111100 1011100 101010 0 1 11001111 1100001 110101

Color Harmonies of #1492FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1492FC

Black with #1492FC

Text Example


Text Example

White with #1492FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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