Html Css Color HEX #0987F1 Dodger Blue

📋 copy color: '#0987F1'

red 9 ◦ green 135 ◦ blue 241

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

Shades of Dodger Blue #0987F1

Tints of Dodger Blue #0987F1

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.06%

 BLUE value IS 241 (94.53% from 255) = 62.6%

R = 2.34%
G = 35.06%
B = 62.6%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0987F1 (or 0x0987F1) is known color: Dodger Blue. HEX triplet: 09, 87 and F1. RGB value is (9,135,241). Sum of RGB (Red+Green+Blue) = 9+135+241=385 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 241 (94.53% from 255 or 62.60% from 385); Max value from RGB is 241 - color contains mainly: blue. Hex color #0987F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0987F1 is #F6780E. Grayscale: #6C6C6C. Windows color (decimal): -16152591 or 15828745. OLE color: 15828745.

HSL color Cylindrical-coordinate representation of color #0987F1: hue angle of 207.41º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0987F1 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 9 135 241 -
CMYK 0.96 0.44 0 0.05
HSL 207.41º 0.93% 0.49% -
HSV(B) 207.41º 0.96% 0.95% -
XYZ 24.65 23.74 86.5 -
YUV 109.41 202.26 56.38 -
System Red Green Blue C M Y K H S L
Decimal 9 135 241 0.96 0.44 0 0.05 207.41 0.93 0.49
Hex 9 87 F1 60 2C 0 5 CF 5D 31
Octal 11 207 361 140 54 0 5 317 135 61
Binary 1001 10000111 11110001 1100000 101100 0 101 11001111 1011101 110001

Color Harmonies of #0987F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0987F1

Black with #0987F1

Text Example


Text Example

White with #0987F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0987F1; }

 p { color: rgb(9,135,241); }

 H1.HeaderClassName
 {
   color: #0987F1;
 }
 .AnyTagClassName
 {
   color: #0987F1;
 }
</style>

background-color css

<style>
 a { background-color: #0987F1; }

 a { background-color: rgb(9,135,241); }

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

border-color css

<style>
 span { border-color: #0987F1; }

 span { border-color: rgb(9,135,241); }

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