Html Css Color HEX #1895FD Dodger Blue

📋 copy color: '#1895FD'

red 24 ◦ green 149 ◦ blue 253

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

Shades of Dodger Blue #1895FD

Tints of Dodger Blue #1895FD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.98%

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

R = 5.63%
G = 34.98%
B = 59.39%

CMYK

 C value IS 0.91

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1895FD (or 0x1895FD) is known color: Dodger Blue. HEX triplet: 18, 95 and FD. RGB value is (24,149,253). Sum of RGB (Red+Green+Blue) = 24+149+253=426 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.63% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #1895FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1895FD is #E76A02. Grayscale: #7A7A7A. Windows color (decimal): -15165955 or 16618776. OLE color: 16618776.

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

Color convert

RGB 24 149 253 -
CMYK 0.91 0.41 0 0.01
HSL 207.25º 0.98% 0.54% -
HSV(B) 207.25º 0.91% 0.99% -
XYZ 28.85 28.78 96.96 -
YUV 123.48 201.09 57.04 -
System Red Green Blue C M Y K H S L
Decimal 24 149 253 0.91 0.41 0 0.01 207.25 0.98 0.54
Hex 18 95 FD 5B 29 0 1 CF 62 36
Octal 30 225 375 133 51 0 1 317 142 66
Binary 11000 10010101 11111101 1011011 101001 0 1 11001111 1100010 110110

Color Harmonies of #1895FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1895FD

Black with #1895FD

Text Example


Text Example

White with #1895FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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