Html Css Color HEX #1C85FA Dodger Blue

📋 copy color: '#1C85FA'

red 28 ◦ green 133 ◦ blue 250

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

Shades of Dodger Blue #1C85FA

Tints of Dodger Blue #1C85FA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.36%

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

R = 6.81%
G = 32.36%
B = 60.83%

CMYK

 C value IS 0.89

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1C85FA (or 0x1C85FA) is known color: Dodger Blue. HEX triplet: 1C, 85 and FA. RGB value is (28,133,250). Sum of RGB (Red+Green+Blue) = 28+133+250=411 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.81% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #1C85FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C85FA is #E37A05. Grayscale: #727272. Windows color (decimal): -14907910 or 16418076. OLE color: 16418076.

HSL color Cylindrical-coordinate representation of color #1C85FA: hue angle of 211.62º 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 #1C85FA is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 28 133 250 -
CMYK 0.89 0.47 0 0.02
HSL 211.62º 0.96% 0.55% -
HSV(B) 211.62º 0.89% 0.98% -
XYZ 26.12 23.92 93.68 -
YUV 114.94 204.21 65.99 -
System Red Green Blue C M Y K H S L
Decimal 28 133 250 0.89 0.47 0 0.02 211.62 0.96 0.55
Hex 1C 85 FA 59 2F 0 2 D4 60 37
Octal 34 205 372 131 57 0 2 324 140 67
Binary 11100 10000101 11111010 1011001 101111 0 10 11010100 1100000 110111

Color Harmonies of #1C85FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C85FA

Black with #1C85FA

Text Example


Text Example

White with #1C85FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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