Html Css Color HEX #0B7BFB Dodger Blue

📋 copy color: '#0B7BFB'

red 11 ◦ green 123 ◦ blue 251

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

Shades of Dodger Blue #0B7BFB

Tints of Dodger Blue #0B7BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 65.19%

R = 2.86%
G = 31.95%
B = 65.19%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0B7BFB (or 0x0B7BFB) is known color: Dodger Blue. HEX triplet: 0B, 7B and FB. RGB value is (11,123,251). Sum of RGB (Red+Green+Blue) = 11+123+251=385 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.86% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 251 (98.44% from 255 or 65.19% from 385); Max value from RGB is 251 - color contains mainly: blue. Hex color #0B7BFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B7BFB is #F48404. Grayscale: #676767. Windows color (decimal): -16024581 or 16481035. OLE color: 16481035.

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

Color convert

RGB 11 123 251 -
CMYK 0.96 0.51 0 0.02
HSL 212º 0.97% 0.51% -
HSV(B) 212º 0.96% 0.98% -
XYZ 24.63 21.2 94.06 -
YUV 104.1 210.89 61.59 -
System Red Green Blue C M Y K H S L
Decimal 11 123 251 0.96 0.51 0 0.02 212 0.97 0.51
Hex B 7B FB 60 33 0 2 D4 61 33
Octal 13 173 373 140 63 0 2 324 141 63
Binary 1011 1111011 11111011 1100000 110011 0 10 11010100 1100001 110011

Color Harmonies of #0B7BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7BFB

Black with #0B7BFB

Text Example


Text Example

White with #0B7BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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