Html Css Color HEX #0B7AED Dodger Blue

📋 copy color: '#0B7AED'

red 11 ◦ green 122 ◦ blue 237

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

Shades of Dodger Blue #0B7AED

Tints of Dodger Blue #0B7AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 64.05%

R = 2.97%
G = 32.97%
B = 64.05%

CMYK

 C value IS 0.95

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0B7AED (or 0x0B7AED) is known color: Dodger Blue. HEX triplet: 0B, 7A and ED. RGB value is (11,122,237). Sum of RGB (Red+Green+Blue) = 11+122+237=370 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.97% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 237 (92.97% from 255 or 64.05% from 370); Max value from RGB is 237 - color contains mainly: blue. Hex color #0B7AED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B7AED is #F48512. Grayscale: #656565. Windows color (decimal): -16024851 or 15563275. OLE color: 15563275.

HSL color Cylindrical-coordinate representation of color #0B7AED: hue angle of 210.53º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B7AED is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 11 122 237 -
CMYK 0.95 0.49 0 0.07
HSL 210.53º 0.91% 0.49% -
HSV(B) 210.53º 0.95% 0.93% -
XYZ 22.38 20.1 82.82 -
YUV 101.92 204.23 63.15 -
System Red Green Blue C M Y K H S L
Decimal 11 122 237 0.95 0.49 0 0.07 210.53 0.91 0.49
Hex B 7A ED 5F 31 0 7 D3 5B 31
Octal 13 172 355 137 61 0 7 323 133 61
Binary 1011 1111010 11101101 1011111 110001 0 111 11010011 1011011 110001

Color Harmonies of #0B7AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7AED

Black with #0B7AED

Text Example


Text Example

White with #0B7AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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