Html Css Color HEX #0183FD Dodger Blue

📋 copy color: '#0183FD'

red 1 ◦ green 131 ◦ blue 253

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

Shades of Dodger Blue #0183FD

Tints of Dodger Blue #0183FD

RGB

 RED value IS 1 (0.78% from 255) = 0.26%

 GREEN value IS 131 (51.56% from 255) = 34.03%

 BLUE value IS 253 (99.22% from 255) = 65.71%

R = 0.26%
G = 34.03%
B = 65.71%

CMYK

 C value IS 1.00

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0183FD (or 0x0183FD) is known color: Dodger Blue. HEX triplet: 01, 83 and FD. RGB value is (1,131,253). Sum of RGB (Red+Green+Blue) = 1+131+253=385 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 253 (99.22% from 255 or 65.71% from 385); Max value from RGB is 253 - color contains mainly: blue. Hex color #0183FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0183FD is #FE7C02. Grayscale: #696969. Windows color (decimal): -16677891 or 16614145. OLE color: 16614145.

HSL color Cylindrical-coordinate representation of color #0183FD: hue angle of 209.05º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0183FD is Cyan = 1.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 1 131 253 -
CMYK 1.00 0.48 0 0.01
HSL 209.05º 0.99% 0.5% -
HSV(B) 209.05º 1% 0.99% -
XYZ 25.86 23.33 96.07 -
YUV 106.04 210.93 53.08 -
System Red Green Blue C M Y K H S L
Decimal 1 131 253 1.00 0.48 0 0.01 209.05 0.99 0.5
Hex 1 83 FD 64 30 0 1 D1 63 32
Octal 1 203 375 144 60 0 1 321 143 62
Binary 1 10000011 11111101 1100100 110000 0 1 11010001 1100011 110010

Color Harmonies of #0183FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0183FD

Black with #0183FD

Text Example


Text Example

White with #0183FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0183FD; }

 p { color: rgb(1,131,253); }

 H1.HeaderClassName
 {
   color: #0183FD;
 }
 .AnyTagClassName
 {
   color: #0183FD;
 }
</style>

background-color css

<style>
 a { background-color: #0183FD; }

 a { background-color: rgb(1,131,253); }

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

border-color css

<style>
 span { border-color: #0183FD; }

 span { border-color: rgb(1,131,253); }

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