Html Css Color HEX #1874FB Dodger Blue

📋 copy color: '#1874FB'

red 24 ◦ green 116 ◦ blue 251

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

Shades of Dodger Blue #1874FB

Tints of Dodger Blue #1874FB

RGB

 RED value IS 24 (9.77% from 255) = 6.14%

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

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

R = 6.14%
G = 29.67%
B = 64.19%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1874FB (or 0x1874FB) is known color: Dodger Blue. HEX triplet: 18, 74 and FB. RGB value is (24,116,251). Sum of RGB (Red+Green+Blue) = 24+116+251=391 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.14% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #1874FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1874FB is #E78B04. Grayscale: #676767. Windows color (decimal): -15174405 or 16479256. OLE color: 16479256.

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

Color convert

RGB 24 116 251 -
CMYK 0.90 0.54 0 0.02
HSL 215.68º 0.97% 0.54% -
HSV(B) 215.68º 0.9% 0.98% -
XYZ 24.03 19.65 93.79 -
YUV 103.88 211.02 71.02 -
System Red Green Blue C M Y K H S L
Decimal 24 116 251 0.90 0.54 0 0.02 215.68 0.97 0.54
Hex 18 74 FB 5A 36 0 2 D8 61 36
Octal 30 164 373 132 66 0 2 330 141 66
Binary 11000 1110100 11111011 1011010 110110 0 10 11011000 1100001 110110

Color Harmonies of #1874FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1874FB

Black with #1874FB

Text Example


Text Example

White with #1874FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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