Html Css Color HEX #1C96FC Dodger Blue

📋 copy color: '#1C96FC'

red 28 ◦ green 150 ◦ blue 252

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

Shades of Dodger Blue #1C96FC

Tints of Dodger Blue #1C96FC

RGB

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

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

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

R = 6.51%
G = 34.88%
B = 58.6%

CMYK

 C value IS 0.89

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1C96FC (or 0x1C96FC) is known color: Dodger Blue. HEX triplet: 1C, 96 and FC. RGB value is (28,150,252). Sum of RGB (Red+Green+Blue) = 28+150+252=430 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.51% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #1C96FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C96FC is #E36903. Grayscale: #7C7C7C. Windows color (decimal): -14903556 or 16553500. OLE color: 16553500.

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

Color convert

RGB 28 150 252 -
CMYK 0.89 0.40 0 0.01
HSL 207.32º 0.97% 0.55% -
HSV(B) 207.32º 0.89% 0.99% -
XYZ 28.96 29.09 96.18 -
YUV 125.15 199.58 58.71 -
System Red Green Blue C M Y K H S L
Decimal 28 150 252 0.89 0.40 0 0.01 207.32 0.97 0.55
Hex 1C 96 FC 59 28 0 1 CF 61 37
Octal 34 226 374 131 50 0 1 317 141 67
Binary 11100 10010110 11111100 1011001 101000 0 1 11001111 1100001 110111

Color Harmonies of #1C96FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C96FC

Black with #1C96FC

Text Example


Text Example

White with #1C96FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,150,252); }

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

background-color css

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

 a { background-color: rgb(28,150,252); }

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

border-color css

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

 span { border-color: rgb(28,150,252); }

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