Html Css Color HEX #1C8AFA Dodger Blue

📋 copy color: '#1C8AFA'

red 28 ◦ green 138 ◦ blue 250

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

Shades of Dodger Blue #1C8AFA

Tints of Dodger Blue #1C8AFA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.17%

 BLUE value IS 250 (98.05% from 255) = 60.1%

R = 6.73%
G = 33.17%
B = 60.1%

CMYK

 C value IS 0.89

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1C8AFA (or 0x1C8AFA) is known color: Dodger Blue. HEX triplet: 1C, 8A and FA. RGB value is (28,138,250). Sum of RGB (Red+Green+Blue) = 28+138+250=416 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.73% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #1C8AFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C8AFA is #E37505. Grayscale: #757575. Windows color (decimal): -14906630 or 16419356. OLE color: 16419356.

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

Color convert

RGB 28 138 250 -
CMYK 0.89 0.45 0 0.02
HSL 210.27º 0.96% 0.55% -
HSV(B) 210.27º 0.89% 0.98% -
XYZ 26.82 25.33 93.92 -
YUV 117.88 202.56 63.89 -
System Red Green Blue C M Y K H S L
Decimal 28 138 250 0.89 0.45 0 0.02 210.27 0.96 0.55
Hex 1C 8A FA 59 2D 0 2 D2 60 37
Octal 34 212 372 131 55 0 2 322 140 67
Binary 11100 10001010 11111010 1011001 101101 0 10 11010010 1100000 110111

Color Harmonies of #1C8AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C8AFA

Black with #1C8AFA

Text Example


Text Example

White with #1C8AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,138,250); }

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

background-color css

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

 a { background-color: rgb(28,138,250); }

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

border-color css

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

 span { border-color: rgb(28,138,250); }

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