#098CFA

Color #098CFA Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #098CFA

Tints of Dodger Blue #098CFA

Color information

#098CFA (or 0x098CFA) is unknown color: approx Dodger Blue. HEX triplet: 09, 8C and FA. RGB value is (9,140,250). Sum of RGB (Red+Green+Blue) = 9+140+250=399 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.26% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #098CFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098CFA is #F67305. Grayscale: #707070. Windows color (decimal): -16151302 or 16419849. OLE color: 16419849.

HSL color Cylindrical-coordinate representation of color #098CFA: hue angle of 207.39º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098CFA is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB9140250-
CMYK0.960.4400.02
HSL207.39º96.02%50.78%-
HSV(B)207.39º96.4%98.04%-
XYZ26.7525.7294-
YUV113.37205.153.56-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.26%
GREEN value IS 140 (55.08% from 255) = 35.09%
BLUE value IS 250 (98.05% from 255) = 62.66%
R=2.26%
G=35.09%
B=62.66%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal91402500.960.4400.02207.3996.0250.78
Hex98CFA602C02cf6033
Octal11214372140540231714063
Binary100110001100111110101100000101100010110011111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098CFA; }

 p { color: rgb(9,140,250); }

 H1.HeaderClassName
 {
   color: #098CFA;
 }
 .AnyTagClassName
 {
   color: #098CFA;
 }
</style>
background-color css

<style>
 a { background-color: #098CFA; }

 a { background-color: rgb(9,140,250); }

 div.DivClassName
 {
   background-color: #098CFA;
 }
 .BgClassName
 {
   background-color: #098CFA;
 }
</style>
border-color css

<style>
 span { border-color: #098CFA; }

 span { border-color: rgb(9,140,250); }

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