Html Css Color HEX #0B7BFF Dodger Blue

📋 copy color: '#0B7BFF'

red 11 ◦ green 123 ◦ blue 255

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

Shades of Dodger Blue #0B7BFF

Tints of Dodger Blue #0B7BFF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.62%

 BLUE value IS 255 (100% from 255) = 65.55%

R = 2.83%
G = 31.62%
B = 65.55%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0B7BFF (or 0x0B7BFF) is known color: Dodger Blue. HEX triplet: 0B, 7B and FF. RGB value is (11,123,255). Sum of RGB (Red+Green+Blue) = 11+123+255=389 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.83% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B7BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B7BFF is #F48400. Grayscale: #676767. Windows color (decimal): -16024577 or 16743179. OLE color: 16743179.

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

Color convert

RGB 11 123 255 -
CMYK 0.96 0.52 0 0
HSL 212.46º 1% 0.52% -
HSV(B) 212.46º 0.96% 1% -
XYZ 25.27 21.46 97.42 -
YUV 104.56 212.89 61.27 -
System Red Green Blue C M Y K H S L
Decimal 11 123 255 0.96 0.52 0 0 212.46 1 0.52
Hex B 7B FF 60 34 0 0 D4 64 34
Octal 13 173 377 140 64 0 0 324 144 64
Binary 1011 1111011 11111111 1100000 110100 0 0 11010100 1100100 110100

Color Harmonies of #0B7BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7BFF

Black with #0B7BFF

Text Example


Text Example

White with #0B7BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,123,255); }

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

background-color css

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

 a { background-color: rgb(11,123,255); }

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

border-color css

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

 span { border-color: rgb(11,123,255); }

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