Html Css Color HEX #0B7EEA Dodger Blue

📋 copy color: '#0B7EEA'

red 11 ◦ green 126 ◦ blue 234

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

Shades of Dodger Blue #0B7EEA

Tints of Dodger Blue #0B7EEA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.96%

 BLUE value IS 234 (91.8% from 255) = 63.07%

R = 2.96%
G = 33.96%
B = 63.07%

CMYK

 C value IS 0.95

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0B7EEA (or 0x0B7EEA) is known color: Dodger Blue. HEX triplet: 0B, 7E and EA. RGB value is (11,126,234). Sum of RGB (Red+Green+Blue) = 11+126+234=371 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.96% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 234 (91.80% from 255 or 63.07% from 371); Max value from RGB is 234 - color contains mainly: blue. Hex color #0B7EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B7EEA is #F48115. Grayscale: #676767. Windows color (decimal): -16023830 or 15367691. OLE color: 15367691.

HSL color Cylindrical-coordinate representation of color #0B7EEA: hue angle of 209.06º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B7EEA is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 11 126 234 -
CMYK 0.95 0.46 0 0.08
HSL 209.06º 0.91% 0.48% -
HSV(B) 209.06º 0.95% 0.92% -
XYZ 22.45 20.93 80.7 -
YUV 103.93 201.4 61.72 -
System Red Green Blue C M Y K H S L
Decimal 11 126 234 0.95 0.46 0 0.08 209.06 0.91 0.48
Hex B 7E EA 5F 2E 0 8 D1 5B 30
Octal 13 176 352 137 56 0 10 321 133 60
Binary 1011 1111110 11101010 1011111 101110 0 1000 11010001 1011011 110000

Color Harmonies of #0B7EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7EEA

Black with #0B7EEA

Text Example


Text Example

White with #0B7EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,126,234); }

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

background-color css

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

 a { background-color: rgb(11,126,234); }

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

border-color css

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

 span { border-color: rgb(11,126,234); }

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