Html Css Color HEX #1374FC Dodger Blue

📋 copy color: '#1374FC'

red 19 ◦ green 116 ◦ blue 252

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

Shades of Dodger Blue #1374FC

Tints of Dodger Blue #1374FC

RGB

 RED value IS 19 (7.81% from 255) = 4.91%

 GREEN value IS 116 (45.7% from 255) = 29.97%

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

R = 4.91%
G = 29.97%
B = 65.12%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1374FC (or 0x1374FC) is known color: Dodger Blue. HEX triplet: 13, 74 and FC. RGB value is (19,116,252). Sum of RGB (Red+Green+Blue) = 19+116+252=387 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.91% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 252 (98.83% from 255 or 65.12% from 387); Max value from RGB is 252 - color contains mainly: blue. Hex color #1374FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1374FC is #EC8B03. Grayscale: #656565. Windows color (decimal): -15502084 or 16544787. OLE color: 16544787.

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

Color convert

RGB 19 116 252 -
CMYK 0.92 0.54 0 0.01
HSL 215.02º 0.97% 0.53% -
HSV(B) 215.02º 0.92% 0.99% -
XYZ 24.08 19.66 94.62 -
YUV 102.5 212.36 68.44 -
System Red Green Blue C M Y K H S L
Decimal 19 116 252 0.92 0.54 0 0.01 215.02 0.97 0.53
Hex 13 74 FC 5C 36 0 1 D7 61 35
Octal 23 164 374 134 66 0 1 327 141 65
Binary 10011 1110100 11111100 1011100 110110 0 1 11010111 1100001 110101

Color Harmonies of #1374FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1374FC

Black with #1374FC

Text Example


Text Example

White with #1374FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,116,252); }

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

background-color css

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

 a { background-color: rgb(19,116,252); }

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

border-color css

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

 span { border-color: rgb(19,116,252); }

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