Html Css Color HEX #0188FD Dodger Blue

📋 copy color: '#0188FD'

red 1 ◦ green 136 ◦ blue 253

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

Shades of Dodger Blue #0188FD

Tints of Dodger Blue #0188FD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.87%

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

R = 0.26%
G = 34.87%
B = 64.87%

CMYK

 C value IS 1.00

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0188FD (or 0x0188FD) is known color: Dodger Blue. HEX triplet: 01, 88 and FD. RGB value is (1,136,253). Sum of RGB (Red+Green+Blue) = 1+136+253=390 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 253 (99.22% from 255 or 64.87% from 390); Max value from RGB is 253 - color contains mainly: blue. Hex color #0188FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0188FD is #FE7702. Grayscale: #6C6C6C. Windows color (decimal): -16676611 or 16615425. OLE color: 16615425.

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

Color convert

RGB 1 136 253 -
CMYK 1.00 0.46 0 0.01
HSL 207.86º 0.99% 0.5% -
HSV(B) 207.86º 1% 0.99% -
XYZ 26.55 24.71 96.3 -
YUV 108.97 209.27 50.99 -
System Red Green Blue C M Y K H S L
Decimal 1 136 253 1.00 0.46 0 0.01 207.86 0.99 0.5
Hex 1 88 FD 64 2E 0 1 D0 63 32
Octal 1 210 375 144 56 0 1 320 143 62
Binary 1 10001000 11111101 1100100 101110 0 1 11010000 1100011 110010

Color Harmonies of #0188FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0188FD

Black with #0188FD

Text Example


Text Example

White with #0188FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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