Html Css Color HEX #188FEA Dodger Blue

📋 copy color: '#188FEA'

red 24 ◦ green 143 ◦ blue 234

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

Shades of Dodger Blue #188FEA

Tints of Dodger Blue #188FEA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.66%

 BLUE value IS 234 (91.8% from 255) = 58.35%

R = 5.99%
G = 35.66%
B = 58.35%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#188FEA (or 0x188FEA) is known color: Dodger Blue. HEX triplet: 18, 8F and EA. RGB value is (24,143,234). Sum of RGB (Red+Green+Blue) = 24+143+234=401 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.99% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 234 (91.80% from 255 or 58.35% from 401); Max value from RGB is 234 - color contains mainly: blue. Hex color #188FEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188FEA is #E77015. Grayscale: #757575. Windows color (decimal): -15167510 or 15372056. OLE color: 15372056.

HSL color Cylindrical-coordinate representation of color #188FEA: hue angle of 206º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #188FEA is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 143 234 -
CMYK 0.90 0.39 0 0.08
HSL 206º 0.83% 0.51% -
HSV(B) 206º 0.9% 0.92% -
XYZ 25.05 25.78 81.5 -
YUV 117.79 193.58 61.1 -
System Red Green Blue C M Y K H S L
Decimal 24 143 234 0.90 0.39 0 0.08 206 0.83 0.51
Hex 18 8F EA 5A 27 0 8 CE 53 33
Octal 30 217 352 132 47 0 10 316 123 63
Binary 11000 10001111 11101010 1011010 100111 0 1000 11001110 1010011 110011

Color Harmonies of #188FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188FEA

Black with #188FEA

Text Example


Text Example

White with #188FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,143,234); }

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

background-color css

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

 a { background-color: rgb(24,143,234); }

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

border-color css

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

 span { border-color: rgb(24,143,234); }

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