Html Css Color HEX #1895FC Dodger Blue

📋 copy color: '#1895FC'

red 24 ◦ green 149 ◦ blue 252

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

Shades of Dodger Blue #1895FC

Tints of Dodger Blue #1895FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 59.29%

R = 5.65%
G = 35.06%
B = 59.29%

CMYK

 C value IS 0.90

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1895FC (or 0x1895FC) is known color: Dodger Blue. HEX triplet: 18, 95 and FC. RGB value is (24,149,252). Sum of RGB (Red+Green+Blue) = 24+149+252=425 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.65% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 252 (98.83% from 255 or 59.29% from 425); Max value from RGB is 252 - color contains mainly: blue. Hex color #1895FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1895FC is #E76A03. Grayscale: #7A7A7A. Windows color (decimal): -15165956 or 16553240. OLE color: 16553240.

HSL color Cylindrical-coordinate representation of color #1895FC: hue angle of 207.11º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1895FC is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 24 149 252 -
CMYK 0.90 0.41 0 0.01
HSL 207.11º 0.97% 0.54% -
HSV(B) 207.11º 0.9% 0.99% -
XYZ 28.69 28.72 96.13 -
YUV 123.37 200.59 57.12 -
System Red Green Blue C M Y K H S L
Decimal 24 149 252 0.90 0.41 0 0.01 207.11 0.97 0.54
Hex 18 95 FC 5A 29 0 1 CF 61 36
Octal 30 225 374 132 51 0 1 317 141 66
Binary 11000 10010101 11111100 1011010 101001 0 1 11001111 1100001 110110

Color Harmonies of #1895FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1895FC

Black with #1895FC

Text Example


Text Example

White with #1895FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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