Html Css Color HEX #188AFE Dodger Blue

📋 copy color: '#188AFE'

red 24 ◦ green 138 ◦ blue 254

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

Shades of Dodger Blue #188AFE

Tints of Dodger Blue #188AFE

RGB

 RED value IS 24 (9.77% from 255) = 5.77%

 GREEN value IS 138 (54.3% from 255) = 33.17%

 BLUE value IS 254 (99.61% from 255) = 61.06%

R = 5.77%
G = 33.17%
B = 61.06%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#188AFE (or 0x188AFE) is known color: Dodger Blue. HEX triplet: 18, 8A and FE. RGB value is (24,138,254). Sum of RGB (Red+Green+Blue) = 24+138+254=416 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.77% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #188AFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188AFE is #E77501. Grayscale: #747474. Windows color (decimal): -15168770 or 16681496. OLE color: 16681496.

HSL color Cylindrical-coordinate representation of color #188AFE: hue angle of 210.26º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #188AFE is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 24 138 254 -
CMYK 0.91 0.46 0 0.00
HSL 210.26º 0.99% 0.55% -
HSV(B) 210.26º 0.91% 1% -
XYZ 27.35 25.53 97.25 -
YUV 117.14 205.23 61.57 -
System Red Green Blue C M Y K H S L
Decimal 24 138 254 0.91 0.46 0 0.00 210.26 0.99 0.55
Hex 18 8A FE 5B 2E 0 0 D2 63 37
Octal 30 212 376 133 56 0 0 322 143 67
Binary 11000 10001010 11111110 1011011 101110 0 0 11010010 1100011 110111

Color Harmonies of #188AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188AFE

Black with #188AFE

Text Example


Text Example

White with #188AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188AFE; }

 p { color: rgb(24,138,254); }

 H1.HeaderClassName
 {
   color: #188AFE;
 }
 .AnyTagClassName
 {
   color: #188AFE;
 }
</style>

background-color css

<style>
 a { background-color: #188AFE; }

 a { background-color: rgb(24,138,254); }

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

border-color css

<style>
 span { border-color: #188AFE; }

 span { border-color: rgb(24,138,254); }

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