Html Css Color HEX #1868FD Dodger Blue

📋 copy color: '#1868FD'

red 24 ◦ green 104 ◦ blue 253

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

Shades of Dodger Blue #1868FD

Tints of Dodger Blue #1868FD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.3%

 BLUE value IS 253 (99.22% from 255) = 66.4%

R = 6.3%
G = 27.3%
B = 66.4%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1868FD (or 0x1868FD) is known color: Dodger Blue. HEX triplet: 18, 68 and FD. RGB value is (24,104,253). Sum of RGB (Red+Green+Blue) = 24+104+253=381 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.30% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 253 (99.22% from 255 or 66.40% from 381); Max value from RGB is 253 - color contains mainly: blue. Hex color #1868FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1868FD is #E79702. Grayscale: #606060. Windows color (decimal): -15177475 or 16607256. OLE color: 16607256.

HSL color Cylindrical-coordinate representation of color #1868FD: hue angle of 219.04º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1868FD is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 24 104 253 -
CMYK 0.91 0.59 0 0.01
HSL 219.04º 0.98% 0.54% -
HSV(B) 219.04º 0.91% 0.99% -
XYZ 23.06 17.19 95.03 -
YUV 97.07 216 75.88 -
System Red Green Blue C M Y K H S L
Decimal 24 104 253 0.91 0.59 0 0.01 219.04 0.98 0.54
Hex 18 68 FD 5B 3B 0 1 DB 62 36
Octal 30 150 375 133 73 0 1 333 142 66
Binary 11000 1101000 11111101 1011011 111011 0 1 11011011 1100010 110110

Color Harmonies of #1868FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1868FD

Black with #1868FD

Text Example


Text Example

White with #1868FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1868FD; }

 p { color: rgb(24,104,253); }

 H1.HeaderClassName
 {
   color: #1868FD;
 }
 .AnyTagClassName
 {
   color: #1868FD;
 }
</style>

background-color css

<style>
 a { background-color: #1868FD; }

 a { background-color: rgb(24,104,253); }

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

border-color css

<style>
 span { border-color: #1868FD; }

 span { border-color: rgb(24,104,253); }

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