Html Css Color HEX #098AFD Dodger Blue

📋 copy color: '#098AFD'

red 9 ◦ green 138 ◦ blue 253

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

Shades of Dodger Blue #098AFD

Tints of Dodger Blue #098AFD

RGB

 RED value IS 9 (3.91% from 255) = 2.25%

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

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

R = 2.25%
G = 34.5%
B = 63.25%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#098AFD (or 0x098AFD) is known color: Dodger Blue. HEX triplet: 09, 8A and FD. RGB value is (9,138,253). Sum of RGB (Red+Green+Blue) = 9+138+253=400 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.25% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #098AFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098AFD is #F67502. Grayscale: #6F6F6F. Windows color (decimal): -16151811 or 16615945. OLE color: 16615945.

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

Color convert

RGB 9 138 253 -
CMYK 0.96 0.45 0 0.01
HSL 208.28º 0.98% 0.51% -
HSV(B) 208.28º 0.96% 0.99% -
XYZ 26.93 25.33 96.4 -
YUV 112.54 207.26 54.15 -
System Red Green Blue C M Y K H S L
Decimal 9 138 253 0.96 0.45 0 0.01 208.28 0.98 0.51
Hex 9 8A FD 60 2D 0 1 D0 62 33
Octal 11 212 375 140 55 0 1 320 142 63
Binary 1001 10001010 11111101 1100000 101101 0 1 11010000 1100010 110011

Color Harmonies of #098AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098AFD

Black with #098AFD

Text Example


Text Example

White with #098AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,138,253); }

 H1.HeaderClassName
 {
   color: #098AFD;
 }
 .AnyTagClassName
 {
   color: #098AFD;
 }
</style>

background-color css

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

 a { background-color: rgb(9,138,253); }

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

border-color css

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

 span { border-color: rgb(9,138,253); }

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