Html Css Color HEX #0B7AFB Dodger Blue

📋 copy color: '#0B7AFB'

red 11 ◦ green 122 ◦ blue 251

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

Shades of Dodger Blue #0B7AFB

Tints of Dodger Blue #0B7AFB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.77%

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

R = 2.86%
G = 31.77%
B = 65.36%

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

#0B7AFB (or 0x0B7AFB) is known color: Dodger Blue. HEX triplet: 0B, 7A and FB. RGB value is (11,122,251). Sum of RGB (Red+Green+Blue) = 11+122+251=384 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.86% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 251 (98.44% from 255 or 65.36% from 384); Max value from RGB is 251 - color contains mainly: blue. Hex color #0B7AFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B7AFB is #F48504. Grayscale: #666666. Windows color (decimal): -16024837 or 16480779. OLE color: 16480779.

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

Color convert

RGB 11 122 251 -
CMYK 0.96 0.51 0 0.02
HSL 212.25º 0.97% 0.51% -
HSV(B) 212.25º 0.96% 0.98% -
XYZ 24.51 20.96 94.02 -
YUV 103.52 211.23 62.01 -
System Red Green Blue C M Y K H S L
Decimal 11 122 251 0.96 0.51 0 0.02 212.25 0.97 0.51
Hex B 7A FB 60 33 0 2 D4 61 33
Octal 13 172 373 140 63 0 2 324 141 63
Binary 1011 1111010 11111011 1100000 110011 0 10 11010100 1100001 110011

Color Harmonies of #0B7AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7AFB

Black with #0B7AFB

Text Example


Text Example

White with #0B7AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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