Html Css Color HEX #1885FD Dodger Blue

📋 copy color: '#1885FD'

red 24 ◦ green 133 ◦ blue 253

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

Shades of Dodger Blue #1885FD

Tints of Dodger Blue #1885FD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.44%

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

R = 5.85%
G = 32.44%
B = 61.71%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1885FD (or 0x1885FD) is known color: Dodger Blue. HEX triplet: 18, 85 and FD. RGB value is (24,133,253). Sum of RGB (Red+Green+Blue) = 24+133+253=410 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.85% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 253 (99.22% from 255 or 61.71% from 410); Max value from RGB is 253 - color contains mainly: blue. Hex color #1885FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1885FD is #E77A02. Grayscale: #717171. Windows color (decimal): -15170051 or 16614680. OLE color: 16614680.

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

Color convert

RGB 24 133 253 -
CMYK 0.91 0.47 0 0.01
HSL 211.44º 0.98% 0.54% -
HSV(B) 211.44º 0.91% 0.99% -
XYZ 26.49 24.06 96.18 -
YUV 114.09 206.39 63.74 -
System Red Green Blue C M Y K H S L
Decimal 24 133 253 0.91 0.47 0 0.01 211.44 0.98 0.54
Hex 18 85 FD 5B 2F 0 1 D3 62 36
Octal 30 205 375 133 57 0 1 323 142 66
Binary 11000 10000101 11111101 1011011 101111 0 1 11010011 1100010 110110

Color Harmonies of #1885FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1885FD

Black with #1885FD

Text Example


Text Example

White with #1885FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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