Html Css Color HEX #0B8CFA Dodger Blue

📋 copy color: '#0B8CFA'

red 11 ◦ green 140 ◦ blue 250

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

Shades of Dodger Blue #0B8CFA

Tints of Dodger Blue #0B8CFA

RGB

 RED value IS 11 (4.69% from 255) = 2.74%

 GREEN value IS 140 (55.08% from 255) = 34.91%

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

R = 2.74%
G = 34.91%
B = 62.34%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0B8CFA (or 0x0B8CFA) is known color: Dodger Blue. HEX triplet: 0B, 8C and FA. RGB value is (11,140,250). Sum of RGB (Red+Green+Blue) = 11+140+250=401 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.74% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 250 (98.05% from 255 or 62.34% from 401); Max value from RGB is 250 - color contains mainly: blue. Hex color #0B8CFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B8CFA is #F47305. Grayscale: #717171. Windows color (decimal): -16020230 or 16419851. OLE color: 16419851.

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

Color convert

RGB 11 140 250 -
CMYK 0.96 0.44 0 0.02
HSL 207.62º 0.96% 0.51% -
HSV(B) 207.62º 0.96% 0.98% -
XYZ 26.77 25.73 94 -
YUV 113.97 204.76 54.56 -
System Red Green Blue C M Y K H S L
Decimal 11 140 250 0.96 0.44 0 0.02 207.62 0.96 0.51
Hex B 8C FA 60 2C 0 2 D0 60 33
Octal 13 214 372 140 54 0 2 320 140 63
Binary 1011 10001100 11111010 1100000 101100 0 10 11010000 1100000 110011

Color Harmonies of #0B8CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B8CFA

Black with #0B8CFA

Text Example


Text Example

White with #0B8CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B8CFA; }

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

 H1.HeaderClassName
 {
   color: #0B8CFA;
 }
 .AnyTagClassName
 {
   color: #0B8CFA;
 }
</style>

background-color css

<style>
 a { background-color: #0B8CFA; }

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

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

border-color css

<style>
 span { border-color: #0B8CFA; }

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

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