Html Css Color HEX #1374FB Dodger Blue

📋 copy color: '#1374FB'

red 19 ◦ green 116 ◦ blue 251

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

Shades of Dodger Blue #1374FB

Tints of Dodger Blue #1374FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 65.03%

R = 4.92%
G = 30.05%
B = 65.03%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1374FB (or 0x1374FB) is known color: Dodger Blue. HEX triplet: 13, 74 and FB. RGB value is (19,116,251). Sum of RGB (Red+Green+Blue) = 19+116+251=386 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.92% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 251 (98.44% from 255 or 65.03% from 386); Max value from RGB is 251 - color contains mainly: blue. Hex color #1374FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1374FB is #EC8B04. Grayscale: #656565. Windows color (decimal): -15502085 or 16479251. OLE color: 16479251.

HSL color Cylindrical-coordinate representation of color #1374FB: hue angle of 214.91º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1374FB is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 116 251 -
CMYK 0.92 0.54 0 0.02
HSL 214.91º 0.97% 0.53% -
HSV(B) 214.91º 0.92% 0.98% -
XYZ 23.93 19.59 93.79 -
YUV 102.39 211.86 68.52 -
System Red Green Blue C M Y K H S L
Decimal 19 116 251 0.92 0.54 0 0.02 214.91 0.97 0.53
Hex 13 74 FB 5C 36 0 2 D7 61 35
Octal 23 164 373 134 66 0 2 327 141 65
Binary 10011 1110100 11111011 1011100 110110 0 10 11010111 1100001 110101

Color Harmonies of #1374FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1374FB

Black with #1374FB

Text Example


Text Example

White with #1374FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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