Html Css Color HEX #1896FB Dodger Blue

📋 copy color: '#1896FB'

red 24 ◦ green 150 ◦ blue 251

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

Shades of Dodger Blue #1896FB

Tints of Dodger Blue #1896FB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.29%

 BLUE value IS 251 (98.44% from 255) = 59.06%

R = 5.65%
G = 35.29%
B = 59.06%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1896FB (or 0x1896FB) is known color: Dodger Blue. HEX triplet: 18, 96 and FB. RGB value is (24,150,251). Sum of RGB (Red+Green+Blue) = 24+150+251=425 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.65% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 251 (98.44% from 255 or 59.06% from 425); Max value from RGB is 251 - color contains mainly: blue. Hex color #1896FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1896FB is #E76904. Grayscale: #7B7B7B. Windows color (decimal): -15165701 or 16487960. OLE color: 16487960.

HSL color Cylindrical-coordinate representation of color #1896FB: hue angle of 206.7º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1896FB is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 150 251 -
CMYK 0.90 0.40 0 0.02
HSL 206.7º 0.97% 0.54% -
HSV(B) 206.7º 0.9% 0.98% -
XYZ 28.7 28.97 95.35 -
YUV 123.84 199.76 56.79 -
System Red Green Blue C M Y K H S L
Decimal 24 150 251 0.90 0.40 0 0.02 206.7 0.97 0.54
Hex 18 96 FB 5A 28 0 2 CF 61 36
Octal 30 226 373 132 50 0 2 317 141 66
Binary 11000 10010110 11111011 1011010 101000 0 10 11001111 1100001 110110

Color Harmonies of #1896FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1896FB

Black with #1896FB

Text Example


Text Example

White with #1896FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1896FB; }

 p { color: rgb(24,150,251); }

 H1.HeaderClassName
 {
   color: #1896FB;
 }
 .AnyTagClassName
 {
   color: #1896FB;
 }
</style>

background-color css

<style>
 a { background-color: #1896FB; }

 a { background-color: rgb(24,150,251); }

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

border-color css

<style>
 span { border-color: #1896FB; }

 span { border-color: rgb(24,150,251); }

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