Html Css Color HEX #1888FD Dodger Blue

📋 copy color: '#1888FD'

red 24 ◦ green 136 ◦ blue 253

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

Shades of Dodger Blue #1888FD

Tints of Dodger Blue #1888FD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.93%

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

R = 5.81%
G = 32.93%
B = 61.26%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1888FD (or 0x1888FD) is known color: Dodger Blue. HEX triplet: 18, 88 and FD. RGB value is (24,136,253). Sum of RGB (Red+Green+Blue) = 24+136+253=413 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.81% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #1888FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1888FD is #E77702. Grayscale: #737373. Windows color (decimal): -15169283 or 16615448. OLE color: 16615448.

HSL color Cylindrical-coordinate representation of color #1888FD: hue angle of 210.66º 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 #1888FD is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 24 136 253 -
CMYK 0.91 0.46 0 0.01
HSL 210.66º 0.98% 0.54% -
HSV(B) 210.66º 0.91% 0.99% -
XYZ 26.91 24.89 96.32 -
YUV 115.85 205.39 62.49 -
System Red Green Blue C M Y K H S L
Decimal 24 136 253 0.91 0.46 0 0.01 210.66 0.98 0.54
Hex 18 88 FD 5B 2E 0 1 D3 62 36
Octal 30 210 375 133 56 0 1 323 142 66
Binary 11000 10001000 11111101 1011011 101110 0 1 11010011 1100010 110110

Color Harmonies of #1888FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1888FD

Black with #1888FD

Text Example


Text Example

White with #1888FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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