Html Css Color HEX #1C9AFF Dodger Blue

📋 copy color: '#1C9AFF'

red 28 ◦ green 154 ◦ blue 255

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

Shades of Dodger Blue #1C9AFF

Tints of Dodger Blue #1C9AFF

RGB

 RED value IS 28 (11.33% from 255) = 6.41%

 GREEN value IS 154 (60.55% from 255) = 35.24%

 BLUE value IS 255 (100% from 255) = 58.35%

R = 6.41%
G = 35.24%
B = 58.35%

CMYK

 C value IS 0.89

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1C9AFF (or 0x1C9AFF) is known color: Dodger Blue. HEX triplet: 1C, 9A and FF. RGB value is (28,154,255). Sum of RGB (Red+Green+Blue) = 28+154+255=437 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.41% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #1C9AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C9AFF is #E36500. Grayscale: #7F7F7F. Windows color (decimal): -14902529 or 16751132. OLE color: 16751132.

HSL color Cylindrical-coordinate representation of color #1C9AFF: hue angle of 206.7º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C9AFF is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 28 154 255 -
CMYK 0.89 0.40 0 0
HSL 206.7º 1% 0.55% -
HSV(B) 206.7º 0.89% 1% -
XYZ 30.08 30.58 98.92 -
YUV 127.84 199.76 56.79 -
System Red Green Blue C M Y K H S L
Decimal 28 154 255 0.89 0.40 0 0 206.7 1 0.55
Hex 1C 9A FF 59 28 0 0 CF 64 37
Octal 34 232 377 131 50 0 0 317 144 67
Binary 11100 10011010 11111111 1011001 101000 0 0 11001111 1100100 110111

Color Harmonies of #1C9AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C9AFF

Black with #1C9AFF

Text Example


Text Example

White with #1C9AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C9AFF; }

 p { color: rgb(28,154,255); }

 H1.HeaderClassName
 {
   color: #1C9AFF;
 }
 .AnyTagClassName
 {
   color: #1C9AFF;
 }
</style>

background-color css

<style>
 a { background-color: #1C9AFF; }

 a { background-color: rgb(28,154,255); }

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

border-color css

<style>
 span { border-color: #1C9AFF; }

 span { border-color: rgb(28,154,255); }

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