Html Css Color HEX #0188F7 Dodger Blue

📋 copy color: '#0188F7'

red 1 ◦ green 136 ◦ blue 247

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

Shades of Dodger Blue #0188F7

Tints of Dodger Blue #0188F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 64.32%

R = 0.26%
G = 35.42%
B = 64.32%

CMYK

 C value IS 1.00

 M value IS 0.45

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#0188F7 (or 0x0188F7) is known color: Dodger Blue. HEX triplet: 01, 88 and F7. RGB value is (1,136,247). Sum of RGB (Red+Green+Blue) = 1+136+247=384 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 247 (96.88% from 255 or 64.32% from 384); Max value from RGB is 247 - color contains mainly: blue. Hex color #0188F7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0188F7 is #FE7708. Grayscale: #6B6B6B. Windows color (decimal): -16676617 or 16222209. OLE color: 16222209.

HSL color Cylindrical-coordinate representation of color #0188F7: hue angle of 207.07º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0188F7 is Cyan = 1.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 1 136 247 -
CMYK 1.00 0.45 0 0.03
HSL 207.07º 0.99% 0.49% -
HSV(B) 207.07º 1% 0.97% -
XYZ 25.61 24.33 91.34 -
YUV 108.29 206.27 51.47 -
System Red Green Blue C M Y K H S L
Decimal 1 136 247 1.00 0.45 0 0.03 207.07 0.99 0.49
Hex 1 88 F7 64 2D 0 3 CF 63 31
Octal 1 210 367 144 55 0 3 317 143 61
Binary 1 10001000 11110111 1100100 101101 0 11 11001111 1100011 110001

Color Harmonies of #0188F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0188F7

Black with #0188F7

Text Example


Text Example

White with #0188F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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