Html Css Color HEX #0B79FC Dodger Blue

📋 copy color: '#0B79FC'

red 11 ◦ green 121 ◦ blue 252

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

Shades of Dodger Blue #0B79FC

Tints of Dodger Blue #0B79FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 65.63%

R = 2.86%
G = 31.51%
B = 65.63%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0B79FC (or 0x0B79FC) is known color: Dodger Blue. HEX triplet: 0B, 79 and FC. RGB value is (11,121,252). Sum of RGB (Red+Green+Blue) = 11+121+252=384 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.86% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 252 (98.83% from 255 or 65.62% from 384); Max value from RGB is 252 - color contains mainly: blue. Hex color #0B79FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B79FC is #F48603. Grayscale: #666666. Windows color (decimal): -16025092 or 16546059. OLE color: 16546059.

HSL color Cylindrical-coordinate representation of color #0B79FC: hue angle of 212.61º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B79FC is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 11 121 252 -
CMYK 0.96 0.52 0 0.01
HSL 212.61º 0.98% 0.52% -
HSV(B) 212.61º 0.96% 0.99% -
XYZ 24.55 20.77 94.81 -
YUV 103.04 212.06 62.35 -
System Red Green Blue C M Y K H S L
Decimal 11 121 252 0.96 0.52 0 0.01 212.61 0.98 0.52
Hex B 79 FC 60 34 0 1 D5 62 34
Octal 13 171 374 140 64 0 1 325 142 64
Binary 1011 1111001 11111100 1100000 110100 0 1 11010101 1100010 110100

Color Harmonies of #0B79FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B79FC

Black with #0B79FC

Text Example


Text Example

White with #0B79FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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