Html Css Color HEX #0899FD Dodger Blue

📋 copy color: '#0899FD'

red 8 ◦ green 153 ◦ blue 253

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

Shades of Dodger Blue #0899FD

Tints of Dodger Blue #0899FD

RGB

 RED value IS 8 (3.52% from 255) = 1.93%

 GREEN value IS 153 (60.16% from 255) = 36.96%

 BLUE value IS 253 (99.22% from 255) = 61.11%

R = 1.93%
G = 36.96%
B = 61.11%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0899FD (or 0x0899FD) is known color: Dodger Blue. HEX triplet: 08, 99 and FD. RGB value is (8,153,253). Sum of RGB (Red+Green+Blue) = 8+153+253=414 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.93% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 253 (99.22% from 255 or 61.11% from 414); Max value from RGB is 253 - color contains mainly: blue. Hex color #0899FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0899FD is #F76602. Grayscale: #787878. Windows color (decimal): -16213507 or 16619784. OLE color: 16619784.

HSL color Cylindrical-coordinate representation of color #0899FD: hue angle of 204.49º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0899FD is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 8 153 253 -
CMYK 0.97 0.40 0 0.01
HSL 204.49º 0.98% 0.51% -
HSV(B) 204.49º 0.97% 0.99% -
XYZ 29.22 29.93 97.16 -
YUV 121.05 202.46 47.37 -
System Red Green Blue C M Y K H S L
Decimal 8 153 253 0.97 0.40 0 0.01 204.49 0.98 0.51
Hex 8 99 FD 61 28 0 1 CC 62 33
Octal 10 231 375 141 50 0 1 314 142 63
Binary 1000 10011001 11111101 1100001 101000 0 1 11001100 1100010 110011

Color Harmonies of #0899FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0899FD

Black with #0899FD

Text Example


Text Example

White with #0899FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0899FD; }

 p { color: rgb(8,153,253); }

 H1.HeaderClassName
 {
   color: #0899FD;
 }
 .AnyTagClassName
 {
   color: #0899FD;
 }
</style>

background-color css

<style>
 a { background-color: #0899FD; }

 a { background-color: rgb(8,153,253); }

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

border-color css

<style>
 span { border-color: #0899FD; }

 span { border-color: rgb(8,153,253); }

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