Html Css Color HEX #0188E4 Dodger Blue

📋 copy color: '#0188E4'

red 1 ◦ green 136 ◦ blue 228

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

Shades of Dodger Blue #0188E4

Tints of Dodger Blue #0188E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 62.47%

R = 0.27%
G = 37.26%
B = 62.47%

CMYK

 C value IS 1.00

 M value IS 0.40

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#0188E4 (or 0x0188E4) is known color: Dodger Blue. HEX triplet: 01, 88 and E4. RGB value is (1,136,228). Sum of RGB (Red+Green+Blue) = 1+136+228=365 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 228 (89.45% from 255 or 62.47% from 365); Max value from RGB is 228 - color contains mainly: blue. Hex color #0188E4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0188E4 is #FE771B. Grayscale: #696969. Windows color (decimal): -16676636 or 14977025. OLE color: 14977025.

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

Color convert

RGB 1 136 228 -
CMYK 1.00 0.40 0 0.11
HSL 204.32º 0.99% 0.45% -
HSV(B) 204.32º 1% 0.89% -
XYZ 22.82 23.22 76.68 -
YUV 106.12 196.77 53.02 -
System Red Green Blue C M Y K H S L
Decimal 1 136 228 1.00 0.40 0 0.11 204.32 0.99 0.45
Hex 1 88 E4 64 28 0 B CC 63 2D
Octal 1 210 344 144 50 0 13 314 143 55
Binary 1 10001000 11100100 1100100 101000 0 1011 11001100 1100011 101101

Color Harmonies of #0188E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0188E4

Black with #0188E4

Text Example


Text Example

White with #0188E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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