Html Css Color HEX #0184FD Dodger Blue

📋 copy color: '#0184FD'

red 1 ◦ green 132 ◦ blue 253

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

Shades of Dodger Blue #0184FD

Tints of Dodger Blue #0184FD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.2%

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

R = 0.26%
G = 34.2%
B = 65.54%

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

#0184FD (or 0x0184FD) is known color: Dodger Blue. HEX triplet: 01, 84 and FD. RGB value is (1,132,253). Sum of RGB (Red+Green+Blue) = 1+132+253=386 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 253 (99.22% from 255 or 65.54% from 386); Max value from RGB is 253 - color contains mainly: blue. Hex color #0184FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0184FD is #FE7B02. Grayscale: #6A6A6A. Windows color (decimal): -16677635 or 16614401. OLE color: 16614401.

HSL color Cylindrical-coordinate representation of color #0184FD: hue angle of 208.81º 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 #0184FD is Cyan = 1.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 1 132 253 -
CMYK 1.00 0.48 0 0.01
HSL 208.81º 0.99% 0.5% -
HSV(B) 208.81º 1% 0.99% -
XYZ 25.99 23.6 96.11 -
YUV 106.63 210.6 52.66 -
System Red Green Blue C M Y K H S L
Decimal 1 132 253 1.00 0.48 0 0.01 208.81 0.99 0.5
Hex 1 84 FD 64 30 0 1 D1 63 32
Octal 1 204 375 144 60 0 1 321 143 62
Binary 1 10000100 11111101 1100100 110000 0 1 11010001 1100011 110010

Color Harmonies of #0184FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0184FD

Black with #0184FD

Text Example


Text Example

White with #0184FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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