Html Css Color HEX #189FFE Dodger Blue

📋 copy color: '#189FFE'

red 24 ◦ green 159 ◦ blue 254

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

Shades of Dodger Blue #189FFE

Tints of Dodger Blue #189FFE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.38%

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

R = 5.49%
G = 36.38%
B = 58.12%

CMYK

 C value IS 0.91

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#189FFE (or 0x189FFE) is known color: Dodger Blue. HEX triplet: 18, 9F and FE. RGB value is (24,159,254). Sum of RGB (Red+Green+Blue) = 24+159+254=437 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.49% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #189FFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189FFE is #E76001. Grayscale: #808080. Windows color (decimal): -15163394 or 16686872. OLE color: 16686872.

HSL color Cylindrical-coordinate representation of color #189FFE: hue angle of 204.78º 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 #189FFE is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 24 159 254 -
CMYK 0.91 0.37 0 0.00
HSL 204.78º 0.99% 0.55% -
HSV(B) 204.78º 0.91% 1% -
XYZ 30.66 32.15 98.35 -
YUV 129.47 198.27 52.78 -
System Red Green Blue C M Y K H S L
Decimal 24 159 254 0.91 0.37 0 0.00 204.78 0.99 0.55
Hex 18 9F FE 5B 25 0 0 CD 63 37
Octal 30 237 376 133 45 0 0 315 143 67
Binary 11000 10011111 11111110 1011011 100101 0 0 11001101 1100011 110111

Color Harmonies of #189FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189FFE

Black with #189FFE

Text Example


Text Example

White with #189FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #189FFE; }

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

 H1.HeaderClassName
 {
   color: #189FFE;
 }
 .AnyTagClassName
 {
   color: #189FFE;
 }
</style>

background-color css

<style>
 a { background-color: #189FFE; }

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

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

border-color css

<style>
 span { border-color: #189FFE; }

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

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