Html Css Color HEX #0B79EE Dodger Blue

📋 copy color: '#0B79EE'

red 11 ◦ green 121 ◦ blue 238

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

Shades of Dodger Blue #0B79EE

Tints of Dodger Blue #0B79EE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.7%

 BLUE value IS 238 (93.36% from 255) = 64.32%

R = 2.97%
G = 32.7%
B = 64.32%

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

#0B79EE (or 0x0B79EE) is known color: Dodger Blue. HEX triplet: 0B, 79 and EE. RGB value is (11,121,238). Sum of RGB (Red+Green+Blue) = 11+121+238=370 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.97% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 238 (93.36% from 255 or 64.32% from 370); Max value from RGB is 238 - color contains mainly: blue. Hex color #0B79EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B79EE is #F48611. Grayscale: #646464. Windows color (decimal): -16025106 or 15628555. OLE color: 15628555.

HSL color Cylindrical-coordinate representation of color #0B79EE: hue angle of 210.93º 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 #0B79EE is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 11 121 238 -
CMYK 0.95 0.49 0 0.07
HSL 210.93º 0.91% 0.49% -
HSV(B) 210.93º 0.95% 0.93% -
XYZ 22.41 19.92 83.55 -
YUV 101.45 205.06 63.49 -
System Red Green Blue C M Y K H S L
Decimal 11 121 238 0.95 0.49 0 0.07 210.93 0.91 0.49
Hex B 79 EE 5F 31 0 7 D3 5B 31
Octal 13 171 356 137 61 0 7 323 133 61
Binary 1011 1111001 11101110 1011111 110001 0 111 11010011 1011011 110001

Color Harmonies of #0B79EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B79EE

Black with #0B79EE

Text Example


Text Example

White with #0B79EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,121,238); }

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

background-color css

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

 a { background-color: rgb(11,121,238); }

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

border-color css

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

 span { border-color: rgb(11,121,238); }

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