Html Css Color HEX #0B85FD Dodger Blue

📋 copy color: '#0B85FD'

red 11 ◦ green 133 ◦ blue 253

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

Shades of Dodger Blue #0B85FD

Tints of Dodger Blue #0B85FD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.5%

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

R = 2.77%
G = 33.5%
B = 63.73%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0B85FD (or 0x0B85FD) is known color: Dodger Blue. HEX triplet: 0B, 85 and FD. RGB value is (11,133,253). Sum of RGB (Red+Green+Blue) = 11+133+253=397 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.77% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 253 (99.22% from 255 or 63.73% from 397); Max value from RGB is 253 - color contains mainly: blue. Hex color #0B85FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B85FD is #F47A02. Grayscale: #6D6D6D. Windows color (decimal): -16022019 or 16614667. OLE color: 16614667.

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

Color convert

RGB 11 133 253 -
CMYK 0.96 0.47 0 0.01
HSL 209.75º 0.98% 0.52% -
HSV(B) 209.75º 0.96% 0.99% -
XYZ 26.26 23.94 96.17 -
YUV 110.2 208.58 57.24 -
System Red Green Blue C M Y K H S L
Decimal 11 133 253 0.96 0.47 0 0.01 209.75 0.98 0.52
Hex B 85 FD 60 2F 0 1 D2 62 34
Octal 13 205 375 140 57 0 1 322 142 64
Binary 1011 10000101 11111101 1100000 101111 0 1 11010010 1100010 110100

Color Harmonies of #0B85FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B85FD

Black with #0B85FD

Text Example


Text Example

White with #0B85FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,133,253); }

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

background-color css

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

 a { background-color: rgb(11,133,253); }

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

border-color css

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

 span { border-color: rgb(11,133,253); }

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