Html Css Color HEX #096FFA Dodger Blue

📋 copy color: '#096FFA'

red 9 ◦ green 111 ◦ blue 250

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

Shades of Dodger Blue #096FFA

Tints of Dodger Blue #096FFA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30%

 BLUE value IS 250 (98.05% from 255) = 67.57%

R = 2.43%
G = 30%
B = 67.57%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#096FFA (or 0x096FFA) is known color: Dodger Blue. HEX triplet: 09, 6F and FA. RGB value is (9,111,250). Sum of RGB (Red+Green+Blue) = 9+111+250=370 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #096FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096FFA is #F69005. Grayscale: #5F5F5F. Windows color (decimal): -16158726 or 16412425. OLE color: 16412425.

HSL color Cylindrical-coordinate representation of color #096FFA: hue angle of 214.61º 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 #096FFA is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 111 250 -
CMYK 0.96 0.56 0 0.02
HSL 214.61º 0.96% 0.51% -
HSV(B) 214.61º 0.96% 0.98% -
XYZ 23.05 18.33 92.77 -
YUV 96.35 214.71 65.7 -
System Red Green Blue C M Y K H S L
Decimal 9 111 250 0.96 0.56 0 0.02 214.61 0.96 0.51
Hex 9 6F FA 60 38 0 2 D7 60 33
Octal 11 157 372 140 70 0 2 327 140 63
Binary 1001 1101111 11111010 1100000 111000 0 10 11010111 1100000 110011

Color Harmonies of #096FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096FFA

Black with #096FFA

Text Example


Text Example

White with #096FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096FFA; }

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

 H1.HeaderClassName
 {
   color: #096FFA;
 }
 .AnyTagClassName
 {
   color: #096FFA;
 }
</style>

background-color css

<style>
 a { background-color: #096FFA; }

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

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

border-color css

<style>
 span { border-color: #096FFA; }

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

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