Html Css Color HEX #0B78FF Dodger Blue

📋 copy color: '#0B78FF'

red 11 ◦ green 120 ◦ blue 255

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

Shades of Dodger Blue #0B78FF

Tints of Dodger Blue #0B78FF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.09%

 BLUE value IS 255 (100% from 255) = 66.06%

R = 2.85%
G = 31.09%
B = 66.06%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0B78FF (or 0x0B78FF) is known color: Dodger Blue. HEX triplet: 0B, 78 and FF. RGB value is (11,120,255). Sum of RGB (Red+Green+Blue) = 11+120+255=386 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.85% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B78FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B78FF is #F48700. Grayscale: #666666. Windows color (decimal): -16025345 or 16742411. OLE color: 16742411.

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

Color convert

RGB 11 120 255 -
CMYK 0.96 0.53 0 0
HSL 213.2º 1% 0.52% -
HSV(B) 213.2º 0.96% 1% -
XYZ 24.9 20.72 97.3 -
YUV 102.8 213.89 62.52 -
System Red Green Blue C M Y K H S L
Decimal 11 120 255 0.96 0.53 0 0 213.2 1 0.52
Hex B 78 FF 60 35 0 0 D5 64 34
Octal 13 170 377 140 65 0 0 325 144 64
Binary 1011 1111000 11111111 1100000 110101 0 0 11010101 1100100 110100

Color Harmonies of #0B78FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B78FF

Black with #0B78FF

Text Example


Text Example

White with #0B78FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,120,255); }

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

background-color css

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

 a { background-color: rgb(11,120,255); }

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

border-color css

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

 span { border-color: rgb(11,120,255); }

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